Global Endpoints
Fun Image Filters
This endpoint applies various fun visual effects to the provided image. The user must specify the type of effect and provide an image URL. Only PNG and GIF formats are supported.
GET
Query Parameters
The type of effect to apply. Must be one of the following:
wasted
, rip
, jail
, wanted
, trash
, del
, delete
, gay
, beautiful
, affect
, bnw
, bolsonaro
, circle
, comunism
, dither
, facepalm
, invert
, magik
, pixelate
, sepia
, stickbug
, triggered
.
The URL of the image to which the effect will be applied. Must be in PNG or GIF format.
Response
If the request is successful, the API will return an image output (i.e., a Buffer), not a JSON response.