API-first background removal for e-commerce

Clean product images.
Pixel-perfect every time.

AI-powered background removal with canvas normalization — built for e-commerce teams who need consistent results at scale.

Before
Shoe with background
AI
After
Shoe with background removed
< 2s
Average processing time
PNG
Transparent output
REST
API-first design
10MB
Max file size
Features

Built for production workloads

Not just another background remover. SimpleRemove gives you control over every pixel of your output.

Precise AI Removal

Powered by BiRefNet — handles complex edges, fine details, and white-on-white product shots that cheaper models fail on.

BiRefNet model
Unique to SimpleRemove

Canvas Normalization

Define output canvas size and asymmetric padding. Your subject always lands exactly where you need it — consistent across thousands of images.

API-First

REST API with simple multipart upload. Integrate in minutes. Bulk-process thousands of images programmatically.

Developer-ready

Transparent PNG Output

Every processed image is returned as a clean RGBA PNG with full transparency. Ready to composite on any background.

RGBA · PNG
How it works

Three steps to consistent product images

01

Upload your image

Send a PNG, JPG, or WebP via API or the web interface. Up to 10MB per image.

02

Configure output

Optionally define canvas size, side padding, and bottom padding for precise placement.

03

Download or integrate

Get your transparent PNG back instantly. Use the API response directly in your pipeline.

API

Built for developers

A single endpoint. Multipart upload. Get your processed image back in the response. No polling, no callbacks — just clean synchronous HTTP.

  • Simple REST API with multipart/form-data
  • Canvas normalization via request parameters
  • Supports PNG, JPG, WebP input
  • Returns transparent PNG
  • Health check endpoint included
terminal
curl -X POST https://api.simpleremove.com/v1/remove-background \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "image=@product.jpg" \
  -F "canvas_width=1000" \
  -F "canvas_height=1000" \
  -F "padding_bottom=80" \
  -F "padding_side=40" \
  --output result.png

Ready to automate your product images?

Start processing images for free. No credit card required.