curl --request POST \
--url http://localhost:3333/v1/evidence-forms/{formType}/upload-submission \
--header 'X-API-Key: <api-key>'Upload a PDF or image file and create a submission for the given form type, bypassing form-specific validation
curl --request POST \
--url http://localhost:3333/v1/evidence-forms/{formType}/upload-submission \
--header 'X-API-Key: <api-key>'Was this page helpful?