Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Extract job parameters
Input video URL. Supports URIs of files uploaded to Cloudglue Files endpoint, public YouTube video URLs, public HTTP URLs, and S3 or Dropbox URIs which have been granted access to Cloudglue via data connectors.
Note that YouTube videos are currently limited to speech level understanding only. For S3 and Dropbox URI support see our documentation on data connectors for setup information.
A natural language prompt describing the data you want to extract. Required if no schema is provided.
A more rigid structure if you already know the JSON layout you want. Required if no prompt is provided.
Whether to extract entities at the video level
Whether to extract entities at the segment level
Segmentation job id to use. If not provided will use default to uniform 20s segmentation. Cannot be provided together with segmentation_config.
Configuration for video segmentation. Cannot be provided together with segmentation_id.
Response
Successful response
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 structured data extracted from the video based on prompt or schema
Error message if status is 'failed'