Create a video
Last updated
Last updated
Authorization*
String
Authorization: Bearer YOUR_API_KEY
webhook *
String
a webhook url to get notified when the process is done and the video is ready. (Replace www.website.com/video-process-done-endpoint
with your actual webhook URL)
create_video
boolean
set to true
to create a video or false to create voice only.
clips
String
array of objects - an array containing information about each video clip. In this case, it includes details about a single clip with parameters such as bot_uid
, text
, bot_position
, remove_bot_background
, background
, background_volume
, transitions
, reusable_clip
, and clip_name
. (Adjust the values as needed.)