cURL
curl --request GET \ --url https://api.senseaudio.cn/v1/agents \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>'
200
Example
{ "total": 1, "list": [ { "id": "69b6ac2100000d8dbf84289c", "title": "小助理", "char_prompt": "你是公司小助理,你可以帮忙播报今日日程", "op_statement": "你是公司小助理,你可以帮忙播报今日日程", "llm_model": "senseaudio-vl-lite-1.0-260319", "speech_model": "senseaudio-tts-1.0", "created_at": 1773579297, "updated_at": 1773579297 } ] }
获取自定义Agent列表,包括Agent的基本信息、角色介绍和适用场景。支持分页查询。
Documentation IndexFetch the complete documentation index at: https://docs.senseaudio.cn/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.senseaudio.cn/llms.txt
Use this file to discover all available pages before exploring further.
格式:Bearer <API_KEY>
Bearer <API_KEY>
内容类型。固定为 application/json
"application/json"
分页页码
1
每页数量
10
成功响应
Agent 总数
Agent 列表
Show child attributes