Get video details
Get the details of a video project. The downloads
field will be empty unless the video was successfully rendered.
The video can be one of the following status
draft
- not currently usedqueued
- the job is queued and waiting for a GPUrendering
- the generation is in progresscomplete
- the video is successful createderror
- an error occurred during renderingcanceled
- video render is canceled by the user
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the video
"cm6pvghix03bvyz0zwash6noj"
Response
Success
Unique ID of the video. This value can be used in the get video project API to fetch additional details such as status
"clx7uu86w0a5qp55yxz315r6r"
The name of the video.
"Example Name"
The status of the video.
draft
, queued
, rendering
, complete
, error
, canceled
"complete"
ANIMATION
, IMAGE_TO_VIDEO
, VIDEO_TO_VIDEO
, TEXT_TO_VIDEO
, FACE_SWAP
, LIP_SYNC
, AUTO_SUBTITLE
The width of the final output video. The maximum width depends on your subscription. Please refer to our pricing page for more details
x >= 64
512
The height of the final output video. The maximum height depends on your subscription. Please refer to our pricing page for more details
x >= 64
960
Indicates whether the resource is deleted
The start time of the input video in seconds
x >= 0
0
The end time of the input video in seconds
x >= 0.1
15
The amount of frames used to generate the video. If the status is not 'complete', the cost is an estimate and will be adjusted when the video completes.
450
Frame rate of the video. If the status is not 'complete', the frame rate is an estimate and will be adjusted when the video completes.
30
In the case of an error, this object will contain the error encountered during video render
null
The download url and expiration date of the image project
Deprecated: Please use .downloads
instead. The download url and expiration date of the video project
Was this page helpful?