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
Request body
Example request
{
"name": "My Avatar",
"datasetVideo": {
"url": "https://example.com/source-video.mp4"
},
"consentVideo": {
"url": "https://example.com/consent-video.mp4"
}
}Response
Successfully created Avatar. The training process will start automatically.