This endpoint is used to continue the training for a user video twin. It is equivalent to "Studio Avatarπ " in our website.
When the training is completed, it will be automatically update the user avatar.
Authorization: Bearer ********************
{ "_id": "66cc39e1b0e0680cadd2ca6e" }
curl --location --request POST 'https://video.a2e.ai/api/v1/userVideoTwin/continueTranining' \ --header 'Content-Type: application/json' \ --data-raw '{ "_id": "66cc39e1b0e0680cadd2ca6e" }'
{ "code": 0, "data": {} }