AI Services
Moderate an Image using AI
This endpoint is used to moderate an image using AI. It accepts a Form Data containing the image and returns the the moderation results.
post/api/ai/images/v2/image-moderation
Response
Successful response
Example response
{
"code": 200,
"status": "success",
"data": {
"analysed_data": [
{
"Confidence": 92.51395416259766,
"Name": "Revealing Clothes",
"ParentName": "Suggestive"
}
]
},
"processing_time": 1268,
"processing_id": "492e385b-f1ec-412a-904e-3f55fd36fd86",
"processing_count": 1
}