Skip to main content
PUT
/
v2
/
chat
/
{chatId}
/
stop-human
cURL
curl --request PUT \
  --url https://api.gptmaker.ai/v2/chat/{chatId}/stop-human \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://developer.gptmaker.ai/llms.txt

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

Authorizations

Authorization
string
header
required

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

Path Parameters

chatId
string
required

ID do chat

Response

Atendimento encerrado com sucesso

success
boolean