Document Verification Add Image Service API Documentation
For a usage description of the Document Verification Add Image Service, please refer to the Document Verification page.Documentation Index
Fetch the complete documentation index at: https://umbrella-docs.info/llms.txt
Use this file to discover all available pages before exploring further.
/addImageBearer token obtained from POST /auth. Valid for 60 minutes.
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.