cURL
curl --request PUT \ --url https://api.equos.ai/v1/avatars/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "identity": "<string>", "name": "<string>", "refImage": "<string>", "client": {}, "id": "<string>", "organizationId": "<string>" }'
{ "id": "<string>", "organizationId": "<string>", "identity": "<string>", "name": "<string>", "client": "<string>", "thumbnailUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Livekit identity of the avatar.
Base64 data URL of the reference image.