Image Transforms

Beautify Image

Apply a beautify effect to an image at the given URL and return the result as a PNG.

GET/api/beautify?url=

Query parameters

NameTypeRequiredDescription
urlstringRequiredURL-encoded source image URL.

Try it

Saved only in this browser. Requests use your key and count toward your quota. Get a key

GET /api/beautify

Example request

curl "https://your-app.com/api/beautify?url=https%3A%2F%2Fexample.com%2Fphoto.jpg" \
  -H "x-api-key: YOUR_API_KEY" \
  --output beautified.png

Response

Content-Type: image/png — the composed template image.