cURL
curl --request POST \ --url https://api.morphel.com/v1/avatars/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "video_url": "<string>", "name": "my avatar", "callback_url": "<string>", "clone_voice": true }'
{ "avatar_id": "<string>", "status": "<string>" }
Create a new user avatar
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object