Get one reusable AI Avatar and its processing state.
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. IfDocumentation Index
Fetch the complete documentation index at: https://docs.mosaic.so/llms.txt
Use this file to discover all available pages before exploring further.
processing_status is failed, the avatar cannot be used until you create a new one.
| Field | Location | Type | Required | Description |
|---|---|---|---|---|
id | path | string UUID | Yes | Avatar ID. |
| 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. |