Free · runs in your browser
The photo editor with an undo button for reality.
A full layered canvas editor plus AI tools your computer can’t do on its own — remove backgrounds, upscale, unblur, colorize, erase objects, and generate. No install.
8 AI tools · layers, text & masks · export PNG/JPG · developer API
The toolkit
8 one-click AI tools
Each runs on the server, works on any device, and opens straight into the editor to keep refining.
Cut out any subject in a second — clean, transparent edges.
Open →AI Image UpscalerEnlarge photos up to 4× with detail the original never had.
Open →Unblur ImageSharpen soft or shaky shots back into focus.
Open →Colorize Black and White PhotosBring black-and-white photos to life in full color.
Open →AI Style TransferRepaint a photo as anime, watercolor, oil, or sketch.
Open →AI Photo RetouchingSmooth skin and restore faces without the plastic look.
Open →Magic Eraser — Remove Unwanted ObjectsBrush over anything unwanted and watch it vanish.
Open →Remove Watermark from ImageDetect and erase watermarks and logos automatically.
Open →How it works
Upload, edit, export
Drop a photo
PNG, JPG, or WebP — straight from your browser. Nothing to install, nothing to sign up for.
Edit & run AI
Layer, crop, add text, adjust color — then apply any AI tool to the active layer, non-destructively.
Export or automate
Download a PNG/JPG, or wire the same tools into your app with the API, SDK, and MCP server.
For developers
Every tool, behind one API
A zero-dependency SDK and a standalone MCP server let your app — or your AI agents — run the same operations programmatically. Metered by credits, keyed per account.
import { createClient } from '@snapnedit/sdk'
const snap = createClient({
apiKey: process.env.SNAPNEDIT_KEY,
})
// remove a background in one call
const { output } = await snap.run(
'remove-background',
image,
)