Retrieve the current state of a media description job
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the description job
Format for the response. Use speech_srt or speech_vtt for subtitle formats, speech_markdown for a diarized transcript, or speech_text for plain timestamped text.
json, markdown, speech_srt, speech_vtt, speech_markdown, speech_text Start time in seconds to filter out results by
End time in seconds to filter out results by
The modalities to output in the response. Can be used to return smaller data sets. Comma separated list of strings. Defaults to all modalities available / previously extracted. Accepted values are speech,visual_scene_description,scene_text, audio_description, summary, segment_summary, title
speech, visual_scene_description, scene_text, audio_description, summary, segment_summary, title When true, include a file-level thumbnail_url on the response, per-segment thumbnail_url on each segment_summary entry, and inject thumbnail images into markdown output
When true, include a words array on each speech entry with word-level start_time and end_time. Not available for YouTube sources. Only applies when response_format=json.
Include narrative chapters in the response (when segmentation strategy is 'narrative')
Include shot boundaries in the response (when segmentation strategy is 'shot-detector')
Successful response with job details
pending, processing, completed, failed, not_applicable The URL of the processed video
Duration of the video in seconds
URL of the file-level thumbnail for the video. Only present when include_thumbnails=true.
Unix timestamp in milliseconds when the job was created
Configuration for media description from videos
Whether this describe job's search documents are included in the default index.
Error message if status is 'failed'
The ID of the segmentation job if the describe was run with a segmentation
Array of narrative chapters (only present when include_chapters=true and segmentation strategy is 'narrative')
Array of shot boundaries (only present when include_shots=true and segmentation strategy is 'shot-detector')
Total number of chapters (only present when include_chapters=true and segmentation strategy is 'narrative')
x >= 0Total number of shots (only present when include_shots=true and segmentation strategy is 'shot-detector')
x >= 0