cURL
curl --request POST \ --url https://api.animusai.co/v2/media/categories \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "media_url": "<string>", "metadata": [ "categories" ], "use_scenes": false }'
{ "metadata": { "participants": [ "<string>" ], "categories": [ "<string>" ], "actions": [ "<string>" ], "scene": [ "<string>" ], "tags": [ "<string>" ] } }
Analyzes an image and returns various metadata categories
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Analysis results for the provided image
The response is of type object.
object