Skip to main content
POST
/
v1
/
questionnaire
/
answers
/
export
/
upload
cURL
curl --request POST \
  --url http://localhost:3333/v1/questionnaire/answers/export/upload \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file' \
  --form 'organizationId=<string>' \
  --form format=xlsx

Body

multipart/form-data
file
file
required

Questionnaire file (PDF, image, XLSX, CSV, TXT)

organizationId
string
required

Organization to use for answer generation

format
enum<string>
default:xlsx

Output format (defaults to XLSX)

Available options:
pdf,
csv,
xlsx

Response

201 - undefined