curl --request POST \
--url http://localhost:3333/v1/questionnaire/parse/upload \
--header 'Content-Type: multipart/form-data' \
--header 'X-API-Key: <api-key>' \
--form file='@example-file' \
--form 'organizationId=<string>' \
--form format=xlsx \
--form source=internalcurl --request POST \
--url http://localhost:3333/v1/questionnaire/parse/upload \
--header 'Content-Type: multipart/form-data' \
--header 'X-API-Key: <api-key>' \
--form file='@example-file' \
--form 'organizationId=<string>' \
--form format=xlsx \
--form source=internalAPI key for authentication
Questionnaire file (PDF, image, XLSX, CSV, TXT)
Organization to use for generating answers
Output format (defaults to XLSX)
pdf, csv, xlsx Indicates if the request originated from our UI (internal) or trust portal (external).
internal, external Was this page helpful?