Get Image

This endpoint retrieves an image by its filename.

GET
/Image/GetImage/{filename}
AuthorizationBearer <token>

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

In: header

Path Parameters

filenamestring

The name of the image file to retrieve.

Response Body

curl -X GET "https://loading/Image/GetImage/string"
"string"
Empty
Empty
Empty