跳转到主要内容
POST
/
v1
/
realtime
/
leave
停止对话式 Agent
curl --request POST \
  --url https://api.senseaudio.cn/v1/realtime/leave \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "room_id": "lO81loRAfmUMFIwY"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.senseaudio.cn/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

格式:Bearer <API_KEY>

请求头

Content-Type
string
默认值:application/json
必填

内容类型。固定为 application/json

示例:

"application/json"

请求体

application/json
room_id
string
必填

房间 ID,从「创建对话式 Agent」接口返回值中获取

示例:

"lO81loRAfmUMFIwY"

响应

成功响应,返回空 JSON 对象

成功时返回空 JSON 对象