# Get image by ID

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.

Endpoint: GET /api/v1/verification/{sid}/images/{id}
Security: verify_access_token

## Path parameters:

  - `id` (string, required)
    Image ID returned by the request to get all images

  - `sid` (any, required)
    Session ID returned upon session creation or in the callback URL upon completing the verification

## Query parameters:

  - `format` (string)
    Optional. Determines the image format returned. Enum: raw base64


## Response 400 fields

## Response 401 fields

## Response 404 fields
