POST
/
addImage
curl --request POST \
  --url https://api-umbrella.io/api/services/addImage \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "journeyId": "uniqueJourneyIdentifier",
  "imageName": "uploadedFileName",
  "imageSide": "front",
  "storeOnly": true,
  "imageData": "base64EncodedImagestring",
  "passThroughData": {
    "userId": "12345"
  }
}'
This response does not have an example.

For a usage description of the Document Verification Add Image Service, please refer to the Document Verification page.

Endpoint

POST /addImage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200

Successfully added image to journey.