POST
/
chat-messages
/
{task_id}
/
stop
{
  "result": "success"
}

Authorizations

Authorization
string
header
required

APIキー認証。すべてのAPIリクエストには、Authorization HTTPヘッダーにAPIキーを Bearer {API_KEY} の形式で含めてください。APIキーはサーバー側に保存し、クライアント側で共有または保存しないことを強くお勧めします。

Path Parameters

task_id
string
required

タスクID、ストリーミングチャンクの返り値から取得できます。

Body

application/json

Response

200 - application/json

操作成功。

The response is of type object.