logobgbuster
bgbuster

Image cleanup API — remove backgrounds and more

Remove backgrounds, resize, rotate, and adjust colors — all through a single image cleanup API. From €0.0025/image, no subscription.

Try image cleanup
Upload an image to see background removal and editing in action.
What you can clean up
Background removal — the core operation. Remove any background with AI precision.
Resize & crop — standardize image dimensions as part of the same cleanup pipeline.
Color adjustments — fix brightness, contrast, and saturation in the same call.
Rotate & flip — correct orientation issues automatically.
One API call, multiple operations

Instead of chaining multiple APIs or running separate tools, bgbuster's /images/edit endpoint takes a list of operations and applies them in order. Background removal + resize + brightness adjustment in a single request.

curl -X POST https://api.bgbuster.com/images/edit \
  -H "X-Api-Key: your-api-key" \
  -F "input=@photo.jpg" \
  -F 'operations=[{"type":"remove-background"},{"type":"resize","width":800},{"type":"brightness","value":10}]'

Image cleanup API vs. background removal API

A "background removal API" typically does one thing. bgbuster's image cleanup API handles background removal plus the editing operations you usually need alongside it — resize, rotate, color adjustments — in one call.See the background removal API quickstarts.