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 userBearer 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