curl --request GET \
--url https://api.anam.ai/v1/personas \
--header 'Authorization: Bearer <token>'Returns a list of all personas with pagination support
curl --request GET \
--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.
Page number for pagination
x >= 1Number of items per page
1 <= x <= 100filter personas by name
Successfully retrieved personas
Was this page helpful?