Eachlabs Background Remover v1
Remove backgrounds from images using AI. A simple one-click solution for removing backgrounds, producing transparent PNG output perfect for product photos, portraits, and design assets.
Quick Start
Requires an each::labs API key. Get one at eachlabs.ai.
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "eachlabs-bg-remover-v1",
"version": "0.0.1",
"input": {
"image_url": "https://example.com/product-photo.jpg"
}
}'
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
| image_url | string | - | URL of the image to remove the background from |
Examples
Remove background from a product photo:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "eachlabs-bg-remover-v1",
"version": "0.0.1",
"input": {
"image_url": "https://example.com/shoe-on-table.jpg"
}
}'
Remove background from a portrait:
curl -X POST https://api.eachlabs.ai/v1/prediction \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-d '{
"model": "eachlabs-bg-remover-v1",
"version": "0.0.1",
"input": {
"image_url": "https://example.com/headshot.jpg"
}
}'
Related Models
- Product Shoot - Generate product photos with new backgrounds
- Eachlabs Product Arc Shot | v1 - Create product arc shot videos
- Eachlabs Image Upscaler | Pro | v1 - Upscale images