Page cover

AI Background Remover API

Remove background from image automatically in 5 seconds. Don't waste time manually selecting pixels. Just upload photo & get instant cutout.


Image Background Remover

Remove Background

curl -X POST "https://fapihub.com/v2/rembg/" \
  -H "token: API_TOKEN" \
  -F "[email protected]"
Original
Result

Background Blurer

curl -X POST "https://fapihub.com/v2/rembg/blur/" \
  -H "token: API_TOKEN" \
  -F "[email protected]" \
  -F "radius=10"

radius can be max 50

Original
Result

Background Colorizer

curl -X POST "https://fapihub.com/v2/rembg/color/" \
  -H "token: API_TOKEN" \
  -F "[email protected]" \
  -F "bgcolor=(255, 140, 0, 255)"

Background color must be in RGB format. It can be a tuple of 4 integers (0-255). E.g: (255,255,255,0)

Original
Result

Background Gradient Colorizer

curl -X POST "https://fapihub.com/v2/rembg/gradient/" \
  -H "token: API_TOKEN" \
  -F "[email protected]" \
  -F "top_color=(255, 140, 0, 255)" \
  -F "bottom_color=(229, 46, 113, 255)"
  • Top color must be in RGB format. It can be a tuple of 4 integers (0-255). E.g: (255, 140, 0, 255)

  • Bottom color must be in RGB format. It can be a tuple of 4 integers (0-255). E.g: (229, 46, 113, 255)

Original
Result

Subject Shadow Applier

curl -X POST "https://fapihub.com/v2/rembg/shadow/" \
  -H "token: API_TOKEN" \
  -F "[email protected]" \
  -F "shadow_color=(0, 0, 0, 150)" \
  -F "offset=(10, 10)" \
  -F "blur_radius=15"
  • Shadow color must be in RGB format. It can be a tuple of 4 integers (0-255). E.g: (0, 0, 0, 150)

  • Offset must be in pixels. It can be a tuple of 2 integers (x, y). E.g: (10, 10)

  • Blur radius in pixels. E.g: 15

Original
Result

Video Background Remover

We offer custom plans, such as deploying the background remover model on a dedicated GPU server. With this option, you'll enjoy unlimited requests each month. Additionally, we provide an enhanced version of the model for superior quality, along with video background removal capabilities. Reach out to [email protected]

Original
Result

Price Comparision

Provider
Adjusted Volume
Adjusted Price
Cost per Image
Compared to Our API

remove.bg

7,000 images

$736.40

$0.1052

~49x more expensive

PhotoRoom

7,000 images

$140.00

$0.0200

~9.3x more expensive

removal.ai

7,000 images

$490.00

$0.0700

~32.7x more expensive

erase.bg

7,000 images

$140.00

$0.20

~9.3x more expensive

Our API

7,000 images

$15.00

$0.00214

—

Result Comparision

Original
remove.bg
PhotoRoom
Ours

Last updated