cURL
curl --request GET \ --url https://api.example.com/v1/agents \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "avatar_id": "<string>", "system_prompt": "<string>", "language": "en", "greeting": "Hello!", "max_session_length_minutes": 30, "capabilities": [ { "type": "webcam_vision" } ], "llm": { "type": "openai" } } ], "next_cursor": "<string>", "has_more": true }
List agents.
Your Beyond Presence API Key.
Maximum number of objects to return.
x <= 50
Cursor for pagination.
Paginated List of Agents
List of objects.
Show child attributes
The cursor for the next page of objects.
Whether there are more objects to fetch.