Back to Gallery
Isolate the main product from a busy scene onto a clean background, using an optional text prompt to disambiguate the subject. Built for studio-grade product photography at scale.
$0.27/request 2026-04-21
Install
pip install requestsRun the model
import requests
response = requests.post(
"https://api.runflow.io/v1/run/product-isolation",
headers={"Authorization": "Bearer RUNFLOW_API_KEY"},
json={
"config": {
"product_isolation_prompt": "the terracotta ribbed tank midi dress and black ankle boots"
},
"image_url": "https://public.runflow.io/images/models/runflow/product-isolation/examples/1/..."
},
)
data = response.json()
print(data["images"][0]["url"])Input schema
| Parameter | Type | Description |
|---|---|---|
| image_url | image | URL of the image to process. |
| config | json | Optional per-image config (aspect_ratio, product_isolation_prompt). |
Output schema
| Field | Type | Description |
|---|---|---|
| image_urls | image_list | Processed image URLs. |
Related models
Background Removal
runflow/background-removal
Remove the background from an image and return a clean cutout with a transparent...
$0.045/request
Model Removal
runflow/model-removal
Remove the human model from a garment or apparel photo and recover a clean flat-...
$0.27/request
Tag Removal
runflow/tag-removal
Remove price tags, stickers, and labels from product images while preserving the...
$0.14/request
GPT Image 2 Edit
openai/gpt-image-2/edit
GPT Image 2.0, OpenAI's latest image model, is capable of making fine-grained, d...
$0.133/image
Start generating with Product Isolation
Get API access in minutes. No GPU setup, no infrastructure to manage.