
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]"


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


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)


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)


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


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]
Price Comparision
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
Last updated