GET
/
v1
/
fun
curl --request GET \
  --url https://api.mzrdev.xyz/v1/fun \
  --header 'Authorization: <api-key>'
{

    "success": false,

    "data": null,

    "errorCode": 401,

    "error": "UNAUTHORIZED",

    "errorDescription": "This error occurs when the 'authorization' field is left empty. Need help? Go to https://www.mzrdev.xyz and read what is written."

}

Query Parameters

type
string
required

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.

image
string
required

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.

Response