Skip to main content
GET
Get Video Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

video_id
string
required

Response

Successful Response

Response model for video job status checks.

success
boolean
required
status
enum<string>
required
Available options:
pending,
completed,
failed,
status_error
message
string | null
completion_percentage
number | null
video_id
string | null
response
VideoResponse · object | null

Complete video response with all metadata.

error
string | null