Skip to main content
POST
/
v1
/
questionnaire
/
upload-and-parse
cURL
curl --request POST \
  --url http://localhost:3333/v1/questionnaire/upload-and-parse \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "questionnaireId": "<string>",
  "totalQuestions": 123
}

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.

Body

application/json

The body is of type object.

Response

200 - application/json

Upload file, parse questions (no answers), save to DB, return questionnaireId

questionnaireId
string
totalQuestions
number