Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.senseaudio.cn/v1/realtime/agents \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>'
200
Example
{ "total": 10, "list": [ { "id": "690f53770e9d9d60d98ba7a8", "title": "今天天气怎么样", "avatar": "https://example.com/avatar1.jpg", "intro": "今天天气怎么样" }, { "id": "8bb494d52b152690f2ff6c58", "title": "今天天气怎么样", "avatar": "https://example.com/avatar2.jpg", "intro": "今天天气怎么样" } ] }
获取平台提供的所有可用语音Agent列表,包括语音Agent的基本信息、角色介绍和适用场景。支持分页查询。
格式:Bearer <API_KEY>
Bearer <API_KEY>
内容类型。固定为 application/json
"application/json"
分页页码
1
每页数量
10
成功响应
Agent 列表
Show child attributes
总数