GET
/
media
/
categories
/
{job_id}
curl --request GET \
  --url https://api.animusai.co/v2/media/categories/{job_id} \
  --header 'Authorization: Bearer <token>'
{
  "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "CREATED",
  "percent_complete": 123,
  "results": [
    {
      "timestamp": "<string>",
      "categories": [
        "<string>"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string
required

The unique identifier of the video processing job.

Response

200 - application/json

Successful response

The response is of type object.