Get a persona by its ID
cURL
curl --request GET \ --url https://api.anam.ai/v1/personas/{id} \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Persona id
Successfully retrieved personas
Was this page helpful?