Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Persona id
Response
Successfully retrieved personas
curl --request GET \
--url https://api.anam.ai/v1/personas/{id} \
--header 'Authorization: Bearer <token>'Returns a persona by id
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.
Persona id
Successfully retrieved personas
Was this page helpful?