Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successfully created persona
curl --request POST \
--url https://api.anam.ai/v1/personas \
--header 'Authorization: Bearer <token>'Create a new persona
curl --request POST \
--url https://api.anam.ai/v1/personas \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully created persona
Was this page helpful?