cURL
curl --request GET \ --url https://api.example.com/v1/avatars \ --header 'x-api-key: <api-key>'
{ "data": [ { "visibility": "public", "id": "<string>", "name": "<string>", "status": "to-train" } ], "next_cursor": "<string>", "has_more": true }
List available avatars, both your own and public ones.
Your Beyond Presence API Key.
Maximum number of objects to return.
x <= 50
Cursor for pagination.
Paginated List of Avatars
List of objects.
Show child attributes
The cursor for the next page of objects.
Whether there are more objects to fetch.