POST
/
media
/
categories
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>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json

Analysis results for the provided image

The response is of type object.

POST
/
media
/
categories
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>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200 - application/json

Analysis results for the provided image

The response is of type object.