Avatars
Create a new Avatar
Creates a new Avatar by uploading source videos and launches training. The process is asynchronous - the avatar will initially be created with ‘NOT_TRAINED’ status and will transition to ‘TRAINING’ then ‘IDLE’ once ready.
POST
/
avatars
Authorizations
API key to be included in the x-api-key header
Body
application/json
Name of the avatar
Required string length:
1 - 256
Optional dictionary of custom key-value pairs to extend the video metadata. Maximum of 5 key-value pairs of 256 characters allowed
Response
201 - 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.