Edge detect (Canny)
View API docs →Run Canny edge detection on an image. Returns a black-on-white edge map. Configurable thresholds. Useful for line-art generation, contour analysis, and design tracing.
POST
/api/image-edges·cap 25.0 MiB·2 cost unit(s)More Image effects
See all →Auto-enhance
Apply a sensible-default tonal correction (auto-levels + auto-contrast).
CLAHE (adaptive histogram equalize)
Apply CLAHE (contrast-limited adaptive histogram equalisation) to an image.
Image blur
Apply a Gaussian blur to an image.
Image charcoal
Apply a charcoal-sketch effect to an image.
Image color replace
Replace one colour in an image with another.
Image grayscale
Convert an image to greyscale using a configurable luminance method.
Image modulate
Adjust hue, saturation, and brightness in one pass.
Image pixelate
Pixelate an image (mosaic effect).
Image quantize
Reduce an image to a fixed colour palette.
Image sepia
Apply a sepia tone to an image.
Image sharpen
Sharpen an image (unsharp mask).
Image threshold
Convert an image to pure black-and-white using a brightness threshold.