Retrieve an avatar
Return a single avatar by id.
Authorizations
Live API key minted in the dashboard. Pass as Authorization: Bearer sk_live_…. Keys are scoped to a single environment (staging / prod).
Path Parameters
Stable av_… avatar id.
Response
Successful Response
Public Avatar resource returned by GET /v1/avatars and GET /v1/avatars/{id}.
Stable av_… avatar id. Platform stock avatars use fixed ids such as av_stock_001; customer avatars use generated ids.
True for platform stock avatars (e.g. av_stock_001).
Runtime that serves this avatar (e.g. mock, avtr1).
Lifecycle of a custom avatar.
ready — usable for sessions.
processing — being fitted / converted.
failed — fitting failed; will not be usable without re-upload.
ready, processing, failed Preferred managed-conversation instructions for this avatar, when configured.
Human-readable reason the build failed (e.g. No face detected in source image.). Only set while status is failed.
"avatar"Preferred conversation voice for this avatar, when configured.
Voice-style instructions for managed conversations using this avatar.

