curl --request POST \
--url https://api.zapthinker.com/rag/upload/{instance} \
--header 'Content-Type: multipart/form-data' \
--header 'apikey: <api-key>' \
--form 'files=<string>' \
--form 'ragId=<string>' \
--form files.items='@example-file'{
"success": true,
"results": [
{
"filename": "<string>",
"size": 123,
"mimetype": "<string>",
"success": true
}
]
}Faz upload de documentos (PDF, TXT, etc.) para o banco vetorial do bot RAG. Máximo de 20 arquivos por requisição.
curl --request POST \
--url https://api.zapthinker.com/rag/upload/{instance} \
--header 'Content-Type: multipart/form-data' \
--header 'apikey: <api-key>' \
--form 'files=<string>' \
--form 'ragId=<string>' \
--form files.items='@example-file'{
"success": true,
"results": [
{
"filename": "<string>",
"size": 123,
"mimetype": "<string>",
"success": true
}
]
}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
Arquivos para upload e ID do bot RAG