Endpoints
Canvas
Filters

Canvas Filters

Here is a list of how our /canvas/filter endpoint works and the types of responses you'll get.

Want more filters? Join the discord to give suggestions
The avatar query is required for all of these endpoints

GET /filter/blue

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/blue?avatar=...

Image:

Blue Filter

GET /filter/blurple

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/blurple?avatar=...

Image:

Blurple Filter

GET /filter/pixelate

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/pixelate?avatar=...

Image:

Pixelate Canvas Endpoint Example

GET /filter/blur

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/blur?avatar=...

Image:

Blur Canvas Endpoint Example

GET /filter/blurple2

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/blurple2?avatar=...

Image:

Blurple2 Filter

GET /filter/brightness

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format
brightnessgreen tick

Example:

URL
https://api.some-random-api.com/canvas/filter/blurple2?brightness=75&avatar=...

Image:

Brightness Filter 75%

GET /filter/color

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format
colorgreen tick

Example:

URL
https://api.some-random-api.com/canvas/filter/blurple2?color=FF4FF4&avatar=...

Image:

Color #FF4FF4 Filter on Avatar

GET /filter/green

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/green?avatar=...

Image:

Green Filter

GET /filter/greyscale

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/greyscale?avatar=...

Image:

greyscale Filter

GET /filter/invert

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/invert?avatar=...

Image:

invert Filter

GET /filter/red

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/red?avatar=...

Image:

Red Filter

GET /filter/invertgreyscale

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/invertgreyscale?avatar=...

Image:

inverted greyscale Filter

GET /filter/sepia

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format

Example:

URL
https://api.some-random-api.com/canvas/filter/sepia?avatar=...

Image:

Sepia Filter

GET /filter/threshold

Query ParameterRequired?Notes
avatargreen tickMust be a valid url and PNG format
thresholdgreen tick

Example:

URL
https://api.some-random-api.com/canvas/filter/threshold?threshold=75&avatar=...

Image:

Threshold Filter