Extract Endpoints
Create Extract
Creates a new extract
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Extract structured data from a video
Input video URL. Supports YouTube videos and URIs of files uploaded to cloudglue Files endpoint.
Note that YouTube videos are currently limited to speech and metadata level understanding, for fully fledge multimodal video understanding please upload a file instead to the Files API and use that object instead as input.
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.
Response
200
application/json
Successful response
Available options:
pending
, processing
, ready
, completed
, failed
, not_applicable
The structured data extracted from the video based on prompt or schema
Error message if status is 'failed'