Add Image
Document Verification
Document Verification Add Image Service (Upcoming)
Document Verification Add Image Service API Documentation
POST
Add Image
For a usage description of the Document Verification Add Image Service, please refer to the Document Verification page.
Endpoint
POST/addImageAuthorizations
Bearer token obtained from POST /auth. Valid for 60 minutes.
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
Successfully added image to journey.