azure.com

You use the API to scan your content as it is generated. Content Moderator then processes your content and sends the results along with relevant information either back to your systems or to the built-in review tool. You can use this information to take decisions e.g. take it down, send to human jud

🔑 apikey 35 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
gets all the Term Lists
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /contentmoderator/lists/v1.0/termlists
Gets all the Image Lists.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /contentmoderator/lists/v1.0/imagelists
Returns list Id details of the term list with list Id equal to list Id passed.
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /contentmoderator/lists/v1.0/termlists/{listId}
Endpoints (35 total)
GET
/contentmoderator/lists/v1.0/termlists
gets all the Term Lists
GET
/contentmoderator/lists/v1.0/imagelists
Gets all the Image Lists.
GET
/contentmoderator/lists/v1.0/termlists/{listId}
Returns list Id details of the term list with list Id equal to list Id passed.
GET
/contentmoderator/lists/v1.0/imagelists/{listId}
Returns the details of the image list with list Id equal to list Id passed.
GET
/contentmoderator/lists/v1.0/termlists/{listId}/terms
Gets all terms from the list with list Id equal to the list Id passed.
GET
/contentmoderator/lists/v1.0/imagelists/{listId}/images
Gets all image Ids from the list with list Id equal to list Id passed.
GET
/contentmoderator/review/v1.0/teams/{teamName}/jobs/{JobId}
Get the Job Details for a Job Id.
GET
/contentmoderator/review/v1.0/teams/{teamName}/reviews/{reviewId}
Returns review details for the review Id passed.
GET
/contentmoderator/review/v1.0/teams/{teamName}/reviews/{reviewId}/frames
The reviews created would show up for Reviewers on your team. As Reviewers co…
POST
/contentmoderator/lists/v1.0/termlists
Creates a Term List
POST
/contentmoderator/lists/v1.0/imagelists
Creates an image list.
POST
/contentmoderator/moderate/v1.0/ProcessImage/OCR
Returns any text found in the image for the language specified. If no languag…
At a glance
Total SDKs9
Languages8
Endpoints35
Authapikey
Categories1