/dataAccess/retrieveImage/

Retrieves the binary data stream of an individual document image referenced by the given RetrieveImageRequest.ImageId.

Request

POST {{server}}/VPE/dataAccess/retrieveImage/
Content-Type: application/json

{
    "DeviceId": "device-id",
    "SessionId": "...",

    "ImageId": "..."
}
RetrieveImageRequest.ImageId

= ImageId

Unique identifier of the document image for which the binary data stream is received.

Response

The response represents the binary data stream of the document image that was requested via its unique image identifier.

Note

The response may be an empty data stream if there is an error condition.