Extract Endpoints
Get Extraction
Retrieve the current state of an extraction job
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of the extraction job
Response
200
application/json
Successful response with job details
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'