Skip to content

Get image by ID

Request

Retrieve the actual image from the session (and not only the image metadata). The image is specified by the image ID returned upon fetching all the session images.

Security
verify_access_token
Path
idstringrequired

Image ID returned by the request to get all images

sidanyrequired

Session ID returned upon session creation or in the callback URL upon completing the verification

Query
formatstring

Optional. Determines the image format returned. Enum: raw base64

Examples:
Raw format
Unprocessed binary image format
format=raw
Base64 format
Base64-encoded string format
format=base64
curl -i -X GET \
  'https://api.sbx.transmitsecurity.io/verify/api/v1/verification/{sid}/images/{id}?format=raw' \
  -H 'Authorization: Bearer <YOUR_jwt_HERE>'

Responses

Actual image

Bodyimage/jpg
string, (binary)
Response
string