Document Verification Add Image Service API Documentation
/addImageBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the verification journey.
"uniqueJourneyIdentifier"
Name of the uploaded image file.
"uploadedFileName"
Specifies which side of the document (front, back, selfie).
front, back, selfie "front"
Base64-encoded image or multipart file.
"base64EncodedImagestring"
If true, stores the image without classification.
true
Custom metadata (e.g., user ID).
{ "userId": "12345" }Successfully added image to journey.