Image

An image.

Get an avatar

Get an image as an avatar.

Request
path Parameters
image
required
string or integer

The id/hash of the image.

query Parameters
size
integer >= 1

The size of the image.

Responses
200

Successful operation

404

Not Found

422

Unprocessable Content

get/image/{image}/avatar
Request samples
Response samples
application/json
{
  • "success": false,
  • "error": {
    },
  • "timestamp": 1662130255842
}

Get a thumbnail

Get an image as a thumbnail.

Request
path Parameters
image
required
string or integer

The id/hash of the image.

query Parameters
width
integer >= 1

The width of the image.

height
integer >= 1

The height of the image.

Responses
200

Successful operation

404

Not Found

422

Unprocessable Content

get/image/{image}/thumb
Request samples
Response samples
application/json
{
  • "success": false,
  • "error": {
    },
  • "timestamp": 1662130255842
}