Generate a real life avatar video from text. Provide a script along with an avatar, voice, and provider configuration to produce a rendered video. The response returns a generation_id which can be used to track the status of the video generation.
The unique identifier of the avatar to use for video generation.
"avatar_abc123"
The unique identifier of the voice to use for the audio narration.
"ZUrEGyu8GFMwnHbvLhv2"
The name of the TTS provider to use for audio synthesis.
"elevenlabs"
The model name within the provider to use for audio synthesis.
"eleven_multilingual_v2"
The text script that the avatar will speak in the generated video.
"Welcome to Trugen AI. This is a demonstration of our text to video generation capability."
An optional URL that will receive a POST request when the video generation is complete.
"https://your-app.com/webhook/video-ready"
Video generation successfully initiated.
Estimated duration of the generated video in seconds.
2.09
Unique identifier for this video generation job. Use this to track or retrieve the result.
"529fb61c-da5d-4b2d-9d49-b612deede60f"
Current status of the video generation job.
"processing"