Submits verification inputs (documents, selfie, etc.) for processing. Supports multipart form data for file uploads.
Unique identifier of the verification. This is the verificationId returned when starting a verification.
JSON array of input definitions that map files to specific field types. Each object in the array should define:
"[\n {\n \"fileName\": \"selfie.mp4\",\n \"fieldName\": \"SELFIE_VIDEO\",\n \"value\": \"selfie.mp4\"\n },\n {\n \"fieldName\": \"DOCUMENT_TYPE\",\n \"value\": \"PASSPORT\"\n },\n {\n \"fileName\": \"passport_front.jpg\",\n \"fieldName\": \"FRONT_IMAGE\",\n \"value\": \"passport_front.jpg\"\n }\n]\n"
Document files to be processed. Multiple files can be uploaded with this field. The filenames should match the values in the "inputs" JSON.
Inputs received and processing started