curl --request POST \
--url http://localhost:3333/v1/questionnaire/parse \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{}'{}curl --request POST \
--url http://localhost:3333/v1/questionnaire/parse \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{}'{}API key for authentication
The body is of type object.
Parsed questionnaire content
The response is of type object.
Was this page helpful?