curl --request POST \
--url http://localhost:3333/v1/questionnaire/parse/upload/token \
--header 'Content-Type: multipart/form-data' \
--header 'X-API-Key: <api-key>' \
--form file='@example-file' \
--form format=xlsxcurl --request POST \
--url http://localhost:3333/v1/questionnaire/parse/upload/token \
--header 'Content-Type: multipart/form-data' \
--header 'X-API-Key: <api-key>' \
--form file='@example-file' \
--form format=xlsxAPI key for authentication
Trust access token for authentication
Was this page helpful?