Walkthroughs
Generate Avatar Video from Reference video
This guide will walk you through the steps to generate a talking avatar video from a reference video purely 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 video resource
Once uploaded, you can reuse the same resource for multiple generation requests.
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?