Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the extraction job
Query Parameters
Maximum number of segment entities to return
1 <= x <= 100Number of segment entities to skip
x >= 0Response
Successful response with job details
pending, processing, completed, failed, not_applicable The URL of the processed video
Unix timestamp of when the job was created
Configuration for automatic entity extraction from videos
The ID of the segmentation job used for this extraction
The structured data extracted from the video based on prompt or schema. Only present when status is 'completed'.
Total number of segment entities available. Only present when status is 'completed'.
Maximum number of segment entities returned per request. Only present when status is 'completed'.
Number of segment entities skipped. Only present when status is 'completed'.
Error message if status is 'failed'