Create take
Create a take on a clip and start audio. Send avatar_id plus exactly one of text or phonemes, or from_take_id to copy audio, phonemes, and video instructions from another take on the same clip.
avatar_id and exactly one of text or phonemes. Optional name defaults to Take N.
If text is sent, it is converted to phonemes, then synthesized. Pass phonemes for pronunciation control. Do not send both.
Or send from_take_id (and nothing else except optional name) to copy audio, phonemes, and video instructions from another take on the same clip. That copy does not charge extra credits. The source take must already have audio.
Credits are charged when audio starts from text or phonemes. If there are not enough credits, the request fails and no take is created.
Poll Get take until status is ready_to_render and audio_url is set. Full flow is in Workflow.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Clip ID.
Body
Required unless from_take_id is set.
English line to speak. Converted to phonemes, then audio.
Pronunciation string. Do not send with text.
Copy audio, phonemes, and video instructions from another take on this clip. Do not send with text, phonemes, or avatar_id.
Take name. Defaults to Take N.
Response
Take created; audio is starting
Current landmark. Poll until ready_to_render for audio, complete for video.
starting_tts, generating_audio, generating_motion_instructions, ready_to_render, starting_video, preparing_video, generating_face_video, generating_avatar_gestures, compositing, applying_labels, watermarking, signing, complete, failed Hour-long download URL once audio exists.
Hour-long download URL once video exists.
Approximate seconds left in the current job.
Credits charged for this request, when a job was billed.

