Get Avatar
Avatar Profiles
Get Avatar
Get one reusable AI Avatar and its processing state.
GET
Get Avatar
Returns one avatar from your organization’s primary workspace. The response includes processing status, so this endpoint replaces a separate status check.
You can pass an avatar ID to an AI Avatar tile as soon as it is created. If it is still processing, the run waits for processing to finish. If
processing_status is failed, the avatar cannot be used until you create a new one.
Request
Parameters
| Field | Location | Type | Required | Description |
|---|---|---|---|---|
id | path | string UUID | Yes | Avatar ID. |
Response
Returns the avatar profile. The response shape is:| Field | Type | Description |
|---|---|---|
id | string UUID | Avatar profile ID. Pass this as avatar_profile_id in an AI Avatar tile. |
video_preview_url | string URL | null | Signed video preview URL. This is null until a preview/reference video is available. |
name | string | Avatar display name. |
status | "pending" | "processing" | "ready" | "failed" | Avatar processing state. ready means the avatar is fully prepared. pending or processing can still be used in an AI Avatar tile; the run waits. failed means the avatar cannot be used. |
status_message | string | null | Error message when status is failed; otherwise null. |