Get Image

This endpoint retrieves an image by its filename.

GET/Image/GetImage/{filename}

Authorization

AuthorizationRequiredBearer <token>

Authorization header using the Bearer scheme. Example: "Bearer {token}"

In: header

Path Parameters

filenameRequiredstring

The name of the image file to retrieve.

curl -X GET "https://example.com/Image/GetImage/<string>" \
  -H "Authorization: Bearer <token>"

Returns the image file with the appropriate MIME type.

"string"