Check the progress of a video project. The downloads field is populated after a successful render.
Statuses
queued — waiting to startrendering — in progresscomplete — ready; see downloadserror — a failure occurred (see error)canceled — user canceleddraft — not usedBearer authentication header of the form Bearer <api_key>, where <api_key> is your API key. To get your API key, go to Developer Hub and click "Create new API Key".
Unique ID of the video project. This value is returned by all of the POST APIs that create a video.
"cuid-example"
Success
Success
Unique ID of the video. Use it with the Get video Project API to fetch status and downloads.
"cuid-example"
The name of the video.
"Example Name"
The status of the video.
draft, queued, rendering, complete, error, canceled "complete"
The type of the video project. Possible values are ANIMATION, IMAGE_TO_VIDEO, VIDEO_TO_VIDEO, TEXT_TO_VIDEO, FACE_SWAP, LIP_SYNC, AUTO_SUBTITLE, TALKING_PHOTO, UGC_AD, VIDEO_UPSCALER
"FACE_SWAP"
The width of the final output video. A value of -1 indicates the width can be ignored.
512
The height of the final output video. A value of -1 indicates the height can be ignored.
960
Whether this resource is active. If false, it is deleted.
Start time of your clip (seconds). Must be ≥ 0.
x >= 00
End time of your clip (seconds). Must be greater than start_seconds.
x >= 0.115
The amount of credits deducted from your account to generate the video. If the status is not 'complete', this value is an estimate and may be adjusted upon completion based on the actual FPS of the output video.
If video generation fails, credits will be refunded, and this field will be updated to include the refund.
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