Background Removal API for Amazon
Amazon requires pure white backgrounds on main product images. Automate compliance for your entire catalog — $0.029 per image.
Amazon image requirements
Pure white background (RGB 255,255,255)
Amazon's main image MUST have a pure white background. Not off-white, not light gray — pure white. The API gives you a transparent PNG that you composite onto white.
Product fills 85%+ of frame
Amazon wants the product to fill at least 85% of the image area. After background removal, use Pillow or Sharp to auto-crop and pad to the right dimensions.
No watermarks, logos, or text
The main image should show only the product. Use our text removal API to strip any watermarks or supplier logos before uploading.
One API call per product image
Send your product photo. Get a transparent PNG back. Place it on a white background for Amazon compliance.
curl -X POST https://pixelpanda.ai/api/v1/remove-background -H "Authorization: Bearer pk_live_your_api_key" -F "file=@product.jpg"
# Response:
# {
# "success": true,
# "image_url": "https://pub-xxx.r2.dev/results/abc123.png",
# "credits_remaining": 199
# }The API returns a transparent PNG. Place it on a white canvas for Amazon's pure white requirement. See Python examples for the complete workflow including white background compositing.
Cost for Amazon sellers
| ASINs | Cost | Time |
|---|---|---|
| 50 ASINs | $1.25 | ~3 minutes |
| 200 ASINs | $10.00 | ~12 minutes |
| 1,000 ASINs | $25.00 | ~1 hour |
| 5,000 ASINs | $125.00 | ~5 hours |
Compare: hiring a freelancer to edit product photos costs $2-5 per image. The API is 100x cheaper and runs 24/7.
Common questions
Automate background removal for Amazon
280 credits/week for $7.99. Production-ready in minutes.
Get Your API Key