Skip to main content
GET
Get Categorize Status

Authorizations

Authorization
string
header
required

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

Path Parameters

job_id
string<uuid>
required

The unique identifier of the video processing job.

Response

200 - application/json

Successful response

job_id
string<uuid>

The unique identifier of the video processing job.

status
enum<string>

The current status of the video processing job.

Available options:
CREATED,
PROCESSING,
COMPLETED,
FAILED
percent_complete
number<float>

The percentage of completion for the video processing job.

results
object[]

An array of results containing categories for different timestamps in the video.