Metadata
Get Status
Get the status of a request and the video URLs once completed.
GET
/
status
/
{request_id}
Authorizations
X-API-Key
string
headerrequiredPath Parameters
request_id
string
requiredResponse
200 - application/json
status
enum<string>
requiredAvailable options:
pending
, processing
, completed
, failed
time_taken
integer | null
error_message
string | null
video_seconds
integer | null
video_url
string | null
Was this page helpful?