Skip to main content
GET
Get take
Poll a take. audio_url and video_url are hour-long download links once those files exist; otherwise null. error is null unless the take failed. After audio is ready, chunk_prompts has face and upper-body instructions per ~2.5–3 second chunk. Status meanings are in Workflow.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

clip_id
string<uuid>
required

Clip ID.

take_id
string<uuid>
required

Take ID.

Response

Take fetched

id
string<uuid>
required
clip_id
string<uuid>
required
name
string
required
status
enum<string>
required

Current landmark. Poll until ready_to_render for audio, complete for video.

Available options:
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
avatar_id
string<uuid>
required
error
string | null
required
audio_url
string | null
required

Hour-long download URL once audio exists.

video_url
string | null
required

Hour-long download URL once video exists.

created_at
string<date-time>
required
updated_at
string<date-time>
required
text
string
phonemes
string
chunk_prompts
object[]
show_ai_label
boolean
estimated_seconds
number

Approximate seconds left in the current job.

credits_charged
any

Credits charged for this request, when a job was billed.

credits_used
any
credits_remaining
any