Document Verification
Document Verification Add Image Service
Document Verification Add Image Service API Documentation
POST
For a usage description of the Document Verification Add Image Service, please refer to the Document Verification page.
Endpoint
POST /addImage
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier for the verification journey.
Example:
"uniqueJourneyIdentifier"
Name of the uploaded image file.
Example:
"uploadedFileName"
Specifies which side of the document (front, back, selfie).
Available options:
front
, back
, selfie
Example:
"front"
Base64-encoded image or multipart file.
Example:
"base64EncodedImagestring"
If true, stores the image without classification.
Example:
true
Custom metadata (e.g., user ID).
Example:
{ "userId": "12345" }
Response
200
_mintlify/placeholder
Successfully added image to journey.