Skip to main content
POST
/
api
/
v1
/
conversations
/
{conversation_id}
/
stop
Stop Generation
curl --request POST \
  --url https://api.example.com/api/v1/conversations/{conversation_id}/stop/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

Query Parameters

session_id
string | null

Session ID to stop

Response

Successful Response

The response is of type Response Stop Generation Api V1 Conversations Conversation Id Stop Post · object.