curl --request POST \
--url https://api.zapthinker.com/api-tools/rag-link/sync/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"ragId": "<string>",
"apiToolIds": [
"<string>"
]
}
'[
{}
]Remove todos os vínculos existentes de um bot RAG e cria novos com a lista fornecida.
curl --request POST \
--url https://api.zapthinker.com/api-tools/rag-link/sync/{instance} \
--header 'Content-Type: application/json' \
--header 'apikey: <api-key>' \
--data '
{
"ragId": "<string>",
"apiToolIds": [
"<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.