Skip to main content
GET

Authorizations

string
required
All endpoints require Bearer Token authentication.Add it to the request headers:

Path Parameters

string
required
Task ID

Response

string
Task IDExample: abcd1234efgh
string
Task statusAllowed values: queued, in_progress, completed, failedExample: completed
string
Video asset URL (on success)Example: https://example.com/video.mp4
string
Video formatExample: mp4
object
Video task metadata
number
Actual generated video durationExample: 5
integer
Actual frame rateExample: 30
integer
Actual widthExample: 1280
integer
Actual heightExample: 720
integer
Random seed usedExample: 20231234
object
Video task error information
integer
Error code
string
Error message