Update Video Title
Update the title of a generated video
Authorizations
Your API key with the prefix: dr_
. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the account settings panel (In the bottom left corner click on your Account
→ profile
)
Path Parameters
A UUID string identifying this video.
Body
New title for the video.
Response
Allows to specify fields to be included
Aspect ratio of the video.
16:9
- 16:9 - Standard widescreen9:16
- 9:16 - Vertical4:3
- 4:3 - Traditional TV format1:1
- 1:1 - Square
16:9
, 9:16
, 4:3
, 1:1
Url of the audio track used to generate the video. Note: Link will be valid for the next 60 minutes.
Avatar used for video generation.
The background color video. A six-bit hex color code starts with #. (e.g. #DRDRDR)
DateTime when the video generation was requested.
Detail of the user who generated the video.
Unique Identifier of the Video.
Language used to generated the video. null
incase video was created from audio.
Plain text script used to create the video. null
incase video was created from audio.
Name of the Video.
URL of the generated video. Note: Link will be valid for the next 60 minutes.
Duration of the generated video in seconds.
Status of the video i.e. whether it's completed or failed.
Pending
- PendingComplete
- CompleteQueued
- QueuedProcessing
- ProcessingFailed
- Failed
Pending
, Complete
, Queued
, Processing
, Failed