Image Filters
Apply filters and photo effects
Apply built-in presets (Clarendon, Hefe, Lofi, Moon, Ludwig, Inkwell) or advanced photo effects (brighten, saturate, contrast, etc.) to an image.
get/api/photo/effect/v2
Query parameters
preset'clarendon' | 'hefe' | 'lofi' | 'moon' | 'ludwig' | 'inkwell'
Optional preset filter to apply.
imageUrlstring required
Public URL of the image to transform (jpeg, png, bmp, tiff or gif). Use URL-encoded value.
imageType'png' | 'jpeg' | 'bmp'
Output image type (png by default).
brightenstring
Brighten amount, 0–100.
darkenstring
Darken amount, 0–100.
saturatestring
Saturate amount, 0–100.
desaturatestring
Desaturate amount, 0–100.
contraststring
Contrast adjustment, -1 to +1.
opacitystring
Opacity factor, 0–1.
Response
Filtered image returned as a binary stream.