Runflow
Back to Gallery

runflow/model-removal

Remove the human model from a garment or apparel photo and recover a clean flat-lay or ghost-mannequin view. Designed for fashion catalogs and PDP hero shots.

$0.27/request 2026-04-21

Install

pip install requests

Run the model

import requests

response = requests.post(
    "https://api.runflow.io/v1/run/model-removal",
    headers={"Authorization": "Bearer RUNFLOW_API_KEY"},
    json={
    "config": {},
    "image_url": "https://public.runflow.io/images/models/runflow/model-removal/examples/1/befo..."
    },
)

data = response.json()
print(data["images"][0]["url"])

Input schema

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

Output schema

FieldTypeDescription
image_urlsimage_listProcessed image URLs.

Related models

Start generating with Model Removal

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