Remove backgrounds with one API call
Send an image and get a clean cutout with a transparent background.
Checking…
Try the API
Quick Integration
Endpoint
POST
/api/v1/remove-background
curl -X POST /api/v1/remove-background \ -H "x-api-key: $API_KEY" \ -F image=@photo.jpg \ -F format=png \ -F quality=hd \ -F responseMode=json
Health checks stay public. POST /api/v1/remove-background requires the key from API_KEY.
PNG, JPG, WEBPSupported formats
Up to 10 MBMaximum file size
HD outputHigh-quality results
Preview
Original
Upload an image to see the original here.
Background Removed
The transparent cutout will appear here.