curl --request POST \
--url https://api.avidoai.com/v0/documents/upload-csv \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--form 'file=<unknown>' \
--form 'fileName=Knowledge Base Q1 2024'{
"message": "Resource not found"
}Uploads a CSV file containing documents. The file will be validated and processed asynchronously. Documents are organization-scoped and do not require an application context.
curl --request POST \
--url https://api.avidoai.com/v0/documents/upload-csv \
--header 'Content-Type: multipart/form-data' \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>' \
--form 'file=<unknown>' \
--form 'fileName=Knowledge Base Q1 2024'{
"message": "Resource not found"
}Your unique Avido API key
Your unique Avido Application ID
CSV file uploaded and queued for processing successfully