← Catalog

creative.remove_background

live

Cut a subject out of its background: a transparent PNG for product shots, ads and thumbnails.

live coverage

fal: all inputs ✓

✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.

Providers

ProviderStatus
fal live

Billing

Unit: per_image · unmatched results billed: no
Flat per image. Output is a PNG with alpha, up to 1024 pixels on the long side.

The exact quote is returned by /v1/inspect before every call and held with headroom (1.5x the quote) on execution. The quote is the price floor: if the provider's actual cost overruns it, the run bills at about 1.43x cost (a 30% margin), never above the hold. The unused part of every hold is released.

Run it

curl https://api.routergrowth.com/v1/run \
  -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \
  -d '{
    "capability": "creative.remove_background",
    "input": { "image_url": "..." },
    "routing": {"provider": "auto"}
  }'

Input schema

{
  "properties": {
    "image_url": {
      "description": "Public URL of the source image",
      "type": "string"
    }
  },
  "required": [
    "image_url"
  ],
  "type": "object"
}

Normalized output fields

model · image

Used in these use cases

Ad creative production →