Endpoints
Analyze image
Send image to a specified agent using their agent ID.
POST
Authorizations
Path Parameters
The ID of the agent to send feedback to.
Body
application/json
Url of the image you'd like to analyze
Example:
"https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/Tabby_cat_with_visible_nictitating_membrane.jpg/800px-Tabby_cat_with_visible_nictitating_membrane.jpg"
Response
200 - application/json
Successful response
Example:
"66683c760ea17e1c58a16649"
Example:
"Image NSFW"
Example:
"https://upload.wikimedia.org/wikipedia/commons/thumb/1/12/Tabby_cat_with_visible_nictitating_membrane.jpg/800px-Tabby_cat_with_visible_nictitating_membrane.jpg"
Example:
"neutral"
Example:
1
Example:
{
"gore": 0,
"nudity": 0,
"suggestive": 0,
"alcohol": 0,
"violence": 0,
"hate": 0,
"smoking": 0,
"drugs": 0,
"weapon": 0,
"neutral": 1
}