curl --request POST \
--url https://api.avidoai.com/v0/quickstarts/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=Initial quickstart'{
"message": "Resource not found"
}Uploads a CSV file containing quickstart conversations for AI evaluation. The file will be validated and processed asynchronously. Requires an application context.
curl --request POST \
--url https://api.avidoai.com/v0/quickstarts/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=Initial quickstart'{
"message": "Resource not found"
}Your unique Avido API key
Your unique Avido Application ID
CSV file uploaded and queued for processing successfully