Skip to main content
POST
/
router
/
handoff
/
summary
/
{instance}
Generate AI summary of a conversation
curl --request POST \
  --url https://api.zapthinker.com/router/handoff/summary/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '
{
  "remoteJid": "<string>"
}
'
{
  "remoteJid": "<string>",
  "summary": "<string>"
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância

Body

application/json
remoteJid
string
required

Response

200 - application/json

Resumo gerado

remoteJid
string
summary
string