curl --request POST \
--url https://api.zapthinker.com/api-tools/rag-link/create/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"ragId": "<string>",
"apiToolId": "<string>",
"enabled": true,
"maxCalls": 2
}
'{}Vincula uma ferramenta de API a um bot RAG para que o bot possa usá-la durante as conversas.
curl --request POST \
--url https://api.zapthinker.com/api-tools/rag-link/create/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"ragId": "<string>",
"apiToolId": "<string>",
"enabled": true,
"maxCalls": 2
}
'{}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
Vínculo criado com sucesso
The response is of type object.