Six AI tools · one studio

Every image tool
you need. One place.

Background removal, upscaling, relighting, uncrop, AI generation and more — all in one studio. Built for product photography, marketing teams, and fast-moving creators.

9,600+
Images processed daily
400+
Teams on Pro
4.8★
Avg rating from 2,100 users
<4s
Avg background removal
imagetool.app / studio
Before
After
Remove BG
Upscale 4x
Relight
Uncrop
Generate
How it works

Drop. Pick. Download.

No tutorials. No onboarding. If you’ve ever opened a file manager, you already know Imagetool.

01

Drop your image

PNG, JPG, HEIC up to 25 MB. Processed in your browser where possible — zero uploads needed for background removal.

02

Pick your tool

Six tools, zero tab-switching. Chain background removal → relight → upscale in under a minute.

03

Download or send to API

Export as PNG/JPG/WebP. Or hit the same operations through our REST API with one token.

Developer API

Same tools, one REST endpoint per job.

Authenticate with a Bearer token, POST the image, get the result. No polling, no SDK required — but we ship one anyway.

POST /api/upscalePOST /api/remove-bgPOST /api/uncropPOST /api/generate
curl -X POST https://api.imagetool.app/upscale \
  -H "Authorization: Bearer IMG_sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "image": "https://cdn.you.com/hero.jpg",
    "scale": 4,
    "face_enhance": true
  }'

{
  "id": "op_9f3a2c",
  "status": "done",
  "output_url": "https://cdn.imagetool.app/out/9f3a2c.png",
  "ms_elapsed": 9420
}
Teams shipping with Imagetool

Fewer tabs. Faster ships.

NORTHWIND
Allbirds
Calm Co.
Typeform
Linear Labs
Superlist
Background removal that used to take 2 hours in Photoshop now takes 4 seconds. We push 800 product shots a day through Imagetool — our studio shut down the retouching bay in Q1.
Nadia Ferreira
Nadia Ferreira
E-commerce Lead, Allbirds
The upscaler is the closest thing I've seen to a real-esrgan-as-a-service. I re-upscaled our entire 2019 catalog — 12,400 hero shots — in two nights. Our agency charged us $18k last year for the same thing.
James Whitmore
James Whitmore
Creative Director, Calm Company
Uncrop plus Studio Relight is a cheat code for ad variants. We ran 47 Meta ad creatives last week — one photographer, no retouchers. CTR jumped 34%.
Yuki Tanaka
Yuki Tanaka
Growth Marketer, Notion
Pricing

Honest plans. No free tier.

Imagetool earns its keep. Pick the plan your workload actually justifies and cancel anytime — we’ll never get weird about it.

Starter

For creators and solo operators.

$12/ month
billed annually
  • 100 credits / month
  • Background removal (unlimited)
  • AI Generate — 4 variations
  • Upscale up to 2x
  • Studio Relight
  • PNG / JPG / WebP export
Choose Starter
Most popular

Pro

For marketing & product teams.

$29/ month
billed annually
  • 500 credits / month
  • Everything in Starter
  • Upscale up to 4x
  • Magic Eraser (GPU)
  • Uncrop (outpaint)
  • Batch processing
  • Priority rendering
Choose Pro

API

For product builders.

$79/ month
billed annually
  • Unlimited credits
  • Full REST API access
  • Webhooks
  • 99.9% SLA
  • Dedicated Slack support
Choose API
Questions

Asked often.

Yes. We use @imgly/background-removal which ships a 14MB WASM model to your browser — your image never leaves your device. That's why it's free and unlimited on every plan.