Skip to main content
GET
Get Image

Authorizations

Authorization
string
header
required

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

Path Parameters

imageId
string
required

Id of image in string format.

Response

200 - image/*

Raw binary image data in Byte format.

The response is of type string<byte>.