Talking Avatar Video
talking_avatar_videoTurn a face photo into a lip-synced talking-head video that speaks your text (or your audio). Provide image_url (a clear face photo) and either script (text to speak, max 2500 characters) or audio_url. Optional voice_id / language / voice_settings. Renders in ~1-5 minutes (single call, returns the finished branded video) and is saved to your library. Charged per video.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | No | Text the avatar speaks. Max 2500 characters. Required unless audio_url is given. | |
| language | No | Optional language code (default en). | |
| voice_id | No | Optional voice id (from clone_voice / your library). | |
| audio_url | No | Pre-recorded audio URL to lip-sync instead of generating speech from script. | |
| image_url | Yes | A clear face photo (Switch/public URL). Required. | |
| voice_settings | No | Optional: { stability, similarityBoost, style, useSpeakerBoost } 0-1. |