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.


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.
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.
Transparent PNG Output
Every processed image is returned as a clean RGBA PNG with full transparency. Ready to composite on any background.
Three steps to consistent product images
Upload your image
Send a PNG, JPG, or WebP via API or the web interface. Up to 10MB per image.
Configure output
Optionally define canvas size, side padding, and bottom padding for precise placement.
Download or integrate
Get your transparent PNG back instantly. Use the API response directly in your pipeline.
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
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.pngReady to automate your product images?
Start processing images for free. No credit card required.