Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Introducing our Voice Agent API: The fastest path to a working voice agent. Learn more
cURL
curl --request GET \ --url https://agents.assemblyai.com/v1/agents \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "name": "<string>", "deleted_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
Your AssemblyAI API key in the Authorization header. The raw key works directly; a Bearer prefix is also accepted.
Authorization
Bearer
A list of agents.
Was this page helpful?