Remove Background Enhance
Remove the background from an image with enhanced output quality. Produces clean cutouts suitable for product photography, design compositing, and more.
Quick Start
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "rembg-enhance",
"version": "0.0.1",
"input": {
"image": "https://example.com/photo-with-background.jpg"
}
}'
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
image |
string | (empty) | Input image URL |
Output
- Type: image
Examples
Product Photo Background Removal
{
"model": "rembg-enhance",
"version": "0.0.1",
"input": {
"image": "https://example.com/product-on-table.jpg"
}
}
Portrait Background Removal
{
"model": "rembg-enhance",
"version": "0.0.1",
"input": {
"image": "https://example.com/headshot-outdoor.jpg"
}
}
Related Models
- Bria Product Shot - Place products in new scenes after background removal
- Kling 1.5 Kolors Virtual Try On - Virtual clothing try-on
- Seedream V4 Edit - Edit images with text prompts