Cut a subject out of its background: a transparent PNG for product shots, ads and thumbnails.
fal:
all inputs ✓
✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.
| Provider | Status |
|---|---|
fal |
live |
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.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "creative.remove_background", "input": { "image_url": "..." }, "routing": {"provider": "auto"} }'
{
"properties": {
"image_url": {
"description": "Public URL of the source image",
"type": "string"
}
},
"required": [
"image_url"
],
"type": "object"
}
model · image