Runflow
Back to Gallery

runflow/product-isolation

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 requests

Run 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

ParameterTypeDescription
image_urlimageURL of the image to process.
configjsonOptional per-image config (aspect_ratio, product_isolation_prompt).

Output schema

FieldTypeDescription
image_urlsimage_listProcessed image URLs.

Related models

Start generating with Product Isolation

Get API access in minutes. No GPU setup, no infrastructure to manage.