Runflow
Back to Gallery

runflow/tag-removal

Remove price tags, stickers, and labels from product images while preserving the underlying material and lighting. Ideal for re-listing inventory or cleaning up user-submitted photography.

$0.14/request 2026-04-21

Install

pip install requests

Run the model

import requests

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

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 Tag Removal

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