animations

Get Talking Head Video from Text

Generates a lip-synced video of an AI Human speaking the text.

post/animations/v3/generate_lipsync

Headers

X-Request-Idstring

Request body

textstring required

Text to be spoken (Max length limit is 200. Contact support@exh.ai to request an increase)

idle_urlstring uri required

Idle animation url (generate with /animations/v3/create_bot)

Example request

{
  "text": "Hey there! I've been watching a movie!",
  "idle_url": "https://pub-bc12eec5b78e405bb665c9b3cec6c16f.r2.dev/est_38a0f1d3751a4b350fe0eb69f8d189c3.mp4",
  "azure_voice": "en-US-AmberNeural"
}

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.