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
}

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