Render a Video by id
Returns a single Video object, with its updated status and information
Per-Render Callback URL
You can optionally pass acallbackUrl in the request body to receive a one-shot notification when this specific render completes.
callbackUrl must use HTTPS.Authorizations
API key to be included in the x-api-key header
Path Parameters
The id of the Video to render
Body
Optional HTTPS URL to receive a one-shot webhook notification when this specific render completes (success or fail). The callback is fired once and then discarded.
"https://example.com/hooks/argil-render"
Response
Detailed information about the Video
Can be either IDLE, GENERATING_AUDIO, GENERATING_VIDEO, DONE or FAILED.
Total video duration in seconds. null when audio hasn't been generated yet.
An array of Moment items, each representing a portion of the complete video.
The url of the final avatar rendering video, containing all the moments merged.
The url of the final avatar rendering video with subtitles. Only available if subtitles are enabled.
Url to the embedable preview of the video. Can be watched from web browsers or integrated in other websites before launching the generation. For embedable mode, add ?embed=true to the url.
The aspect ratio of the video output: 16:9 or 9:16.
16:9, 9:16 Subtitles settings for the video
A dictionary of custom key-value pairs to extend the video metadata. Maximum of 5 key-value pairs of 256 characters allowed.
