Skip to main content
GET
Get extract job status

Authorizations

x-api-key
string
header
required

Path Parameters

jobId
string
required

Response

Extract job result.

Response for extract job status/results

status
enum<string>
required

Current status of the job

Available options:
queued,
active,
completed,
failed
Example:

"completed"

error
object | null

Error information if the job failed

data
object

Extracted data from the video, structured according to the schema

Example:
schema
object

JSON Schema generated by AI. Only present when no schema was provided in the request.

Example: