Skip to main content
POST
/
chat-messages
/
{task_id}
/
stop
{
  "result": "success"
}

Authorizations

Authorization
string
header
required

API Key authentication.

Path Parameters

task_id
string
required

Task ID from the streaming chunk.

Body

application/json
user
string
required

User identifier, consistent with the send message call. Note: The Service API does not share conversations created by the WebApp. Conversations created through the API are isolated from those created in the WebApp interface.

Response

200 - application/json

Operation successful.

result
string
Example:

"success"