Walkthroughs
Generate Avatar Video from Text
This guide will walk you through the steps to generate a talking avatar video from text fully through the API.
Prerequisites
- You have an API key. If not, you can get one by contacting us.
- You have python installed on your machine along with the
requests
library
Step 1: Create a text resource
Once uploaded, you can reuse the same resource for multiple generation requests.
Our text-to-speech backend is powered by ElevenLabs and we support
all the same prompts like <break time="1.5s" />
. Check out their
documentation to see all the available options.
Python
Step 2: Submit a generation request
Python
Step 3: Poll for the status and download the video
Space out polling requests by at least 30s to avoid getting rate limited.
Python
Was this page helpful?