Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the segmentation job
Response
Successful response with job details
Unique identifier for the segment job
ID of the file this segment belongs to
Object type, always 'segments'
segments
Current status of the segment job
pending
, processing
, completed
, failed
Segment criteria used for this job
shot
, narrative
Unix timestamp of when the job was created
Configuration used for shot-based segmentation (only present when criteria is 'shot')
Configuration used for narrative-based segmentation (only present when criteria is 'narrative')
Total number of segments generated (only present when status is 'completed')
x >= 0
Array of generated segments (only present when status is 'completed')