Skip to main content
Compare multiple images
curl --request GET \
  --url https://{tenantId}.api.nestmed.com/api/v1/images/compare \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Query Parameters

ids
string
required

Comma-separated image IDs.

layout
enum<string>
default:horizontal
Available options:
horizontal,
vertical,
grid

Response

200 - image/jpeg

Composite comparison image.

The response is of type file.