POST /v1/chat-messages/{task_id}/stop
task_id:string,必填。来自 /chat-messages 流式返回的分片(chunk)或首个事件里。
请求头
Authorization: Bearer {API_KEY}Content-Type: application/json成功响应
{
"result": "success" // 固定字符串
}
user 必须完全相同;Service API 与 WebApp 会话互不相通。