cURL
curl --request GET \ --url https://api.anam.ai/v1/avatars/{id} \ --header 'Authorization: Bearer <token>'
Returns an avatar by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Avatar ID
Successfully retrieved avatar
Was this page helpful?