Content Moderator Client Skill
azure-com-cognitiveservices-contentmoderator
azure-com-cognitiveservices-contentmoderator
| Method | Path | Description |
|---|---|---|
POST | /contentmoderator/moderate/v1.0/ProcessImage/FindFaces | |
POST | /contentmoderator/moderate/v1.0/ProcessImage/OCR | Returns the list of faces found. |
POST | /contentmoderator/moderate/v1.0/ProcessImage/Evaluate | Returns any text found in the image for the specified language. If no language is specified in the input, the detection defaults to English. |
POST | /contentmoderator/moderate/v1.0/ProcessImage/Match | Returns probabilities of the image containing racy or adult content. |
POST | /contentmoderator/moderate/v1.0/ProcessText/Screen/ | Fuzzily match an image against one of your custom image lists. You can create and manage your custom image lists by using this API. |
POST | /contentmoderator/moderate/v1.0/ProcessText/DetectLanguage | Detect profanity and match against custom and shared blocklists |
GET | /contentmoderator/lists/v1.0/imagelists/{listId} | This operation detects the language of input content. It returns the ISO 639-3 code for the predominant language in the submitted text. More than 110 languages are supported. |
DELETE | /contentmoderator/lists/v1.0/imagelists/{listId} | Returns the details of the image list with listId equal to the passed list ID. |
PUT | /contentmoderator/lists/v1.0/imagelists/{listId} | Deletes the image list with listId equal to the passed list ID. |
POST | /contentmoderator/lists/v1.0/imagelists | Updates an image list with listId equal to the passed list ID. |
GET | /contentmoderator/lists/v1.0/imagelists | Creates an image list. |
POST | /contentmoderator/lists/v1.0/imagelists/{listId}/RefreshIndex | Gets all the image lists. |
GET | /contentmoderator/lists/v1.0/termlists/{listId} | Refreshes the index of the list with listId equal to the passed list ID. |
DELETE | /contentmoderator/lists/v1.0/termlists/{listId} | Returns list ID details of the term list with listId equal to the passed list ID. |
PUT | /contentmoderator/lists/v1.0/termlists/{listId} | Deletes the term list with listId equal to the passed list ID. |
POST | /contentmoderator/lists/v1.0/termlists | Updates a term list. |
GET | /contentmoderator/lists/v1.0/termlists | Creates a term list. |
POST | /contentmoderator/lists/v1.0/termlists/{listId}/RefreshIndex | Gets all the term lists. |
POST | /contentmoderator/lists/v1.0/imagelists/{listId}/images | Refreshes the index of the list with listId equal to the passed list ID. |
DELETE | /contentmoderator/lists/v1.0/imagelists/{listId}/images | Add an image to the list with listId equal to the passed list ID. |
GET | /contentmoderator/lists/v1.0/imagelists/{listId}/images | Deletes all images from the list with listId equal to the passed list ID. |
DELETE | /contentmoderator/lists/v1.0/imagelists/{listId}/images/{ImageId} | Gets all image IDs from the list with listId equal to the passed list ID. |
POST | /contentmoderator/lists/v1.0/termlists/{listId}/terms/{term} | Deletes an image from the list with the passed list ID and image ID. |
DELETE | /contentmoderator/lists/v1.0/termlists/{listId}/terms/{term} | Adds a term to the term list with listId equal to the passed list ID. |
GET | /contentmoderator/lists/v1.0/termlists/{listId}/terms | Deletes a term from the list with listId equal to the passed list ID. |
DELETE | /contentmoderator/lists/v1.0/termlists/{listId}/terms | Gets all terms from the list with listId equal to the passed list ID. |
GET | /contentmoderator/review/v1.0/teams/{teamName}/reviews/{reviewId} | Deletes all terms from the list with listId equal to the passed list ID. |
GET | /contentmoderator/review/v1.0/teams/{teamName}/jobs/{JobId} | Returns review details for the passed review ID. |
POST | /contentmoderator/review/v1.0/teams/{teamName}/reviews | Get the job details for a job ID. |
POST | /contentmoderator/review/v1.0/teams/{teamName}/jobs | The created reviews appear for reviewers on your team. As reviewers finish reviewing, results of the reviews are posted (that is, HTTP POST) on the specified CallBackEndpoint valu... |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install azure-com-cognitiveservices-contentmoderator
Downloads and installs to ~/.claude/skills/azure-com-cognitiveservices-contentmoderator/
1.0 (2026-02-13)