curl --request POST \
--url http://localhost:3333/v1/questionnaire/parse/upload/token \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form format=xlsxcurl --request POST \
--url http://localhost:3333/v1/questionnaire/parse/upload/token \
--header 'Content-Type: multipart/form-data' \
--form file='@example-file' \
--form format=xlsxTrust access token for authentication
Was this page helpful?