Skip to main content
POST
/
api-tools
/
rag-link
/
sync
/
{instance}
Bulk sync tools for a RAG bot
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.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância

Body

application/json
ragId
string
required

ID do bot RAG

apiToolIds
string[]
required

Lista de IDs de ferramentas

Response

200 - application/json

Vínculos sincronizados