Avatars
Get an Avatar by id
Returns a single Avatar identified by its id
GET
/
avatars
/
{id}
Authorizations
API key to be included in the x-api-key header
Path Parameters
The id of the Avatar to retrieve
Response
200 - application/json
A list of labelized gestures available for your avatar.
- NOT_TRAINED - Initial state after creation
- TRAINING - Avatar is currently training
- TRAINING_FAILED - Training process failed
- IDLE - Avatar is ready to use
- REFUSED - Avatar was refused by moderation
Available options:
NOT_TRAINED
, TRAINING
, TRAINING_FAILED
, IDLE
, REFUSED
A dictionary of custom key-value pairs to extend the Avatar metadata. Maximum of 5 key-value pairs of 256 characters allowed.
Was this page helpful?