Start automating your content creation workflow
Prerequisite
You should be all setup with your API Credentials before starting this tutorial.Prerequisite
You should have successfully trained at least one Avatar from the app.Get a look at your avatar and voice resources
Check your available avatars
/avatars
route.Check your available voices
/voices
route.Create a video
/videos
route.Video
resource, you’ll need:name
for the videoMoment
objects, representing segments of your final video. For each moment, you will be able to choose the avatar
, the voice
and the transcript
to be used.Video id
for the next step.Render the video you have created
/videos/{video_id}/render
route.GENERATING_AUDIO
or GENERATING_VIDEO
.Check for updates until your avatar's video generation is finished
/videos/[id]
route.Video
object with status set to DONE
.Retrieve your avatar's video
videoUrl
field.