Create a submission [eu-1]
Create a new submission for a document to be analyzed
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Optional customer-defined identifier for the submitted document, typically an internal reference ID. Must not contain PII. Used for correlating analysis results with your internal systems.
1024Type of analysis pipeline to execute. FRAUD_ONLY runs fraud detection and also checks document quality and classifies the document. QUALITY_ONLY and CLASSIFICATION_ONLY should only be used for near-real-time quality or classification checks without fraud analysis.
FRAUD_ONLY, CLASSIFICATION_ONLY, QUALITY_ONLY Set to true to enable Adaptive Decision for this submission. When enabled, customizable decision outcomes are available via the /decision endpoint.
Set to true to enable attachment of submission characteristics such as device, identity, and transaction metadata. When enabled, the submission_characteristics_upload_url field is included in the response.
Response
Submission created successfully
Presigned URL where the document file should be uploaded using HTTP PUT with Content-Type set to application/octet-stream.
Example upload using curl:
Unique identifier for this submission, generated by the Documents API. Use this ID to retrieve analysis results.
24 - 36URL for attaching submission characteristics to this submission. Requires an access token. May be a relative path. See the /v2/submission/{submission_id}/characteristics endpoint for details.