curl --request POST \
--url https://api.zapthinker.com/rag/ignoreJid/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"remoteJid": "5511912345678@s.whatsapp.net",
"action": "add"
}
'{
"ignoreJids": [
"<string>"
]
}Adiciona ou remove um JID da lista de ignorados do bot RAG.
curl --request POST \
--url https://api.zapthinker.com/rag/ignoreJid/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"remoteJid": "5511912345678@s.whatsapp.net",
"action": "add"
}
'{
"ignoreJids": [
"<string>"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.zapthinker.com/llms.txt
Use this file to discover all available pages before exploring further.
Your authorization key header
Nome da instância
JID e ação (add/remove)
Lista de JIDs ignorados atualizada