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

Documentation Index

Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

token
string
required

Trust access token for authentication

Body

multipart/form-data
file
file
required

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

format
enum<string>
default:xlsx

Output format (ignored - always exports all formats as ZIP)

Available options:
pdf,
csv,
xlsx

Response

201 - undefined