Generate ad visuals from a prompt, edit and cut out product shots, upscale for placements, then turn the winner into a short video.
Separate vendor accounts and API keys for each data source, different auth schemes and response formats, per-seat subscriptions your agent uses a fraction of, and glue code that breaks whenever one vendor changes.
One key and one wallet. Call creative.image, creative.image_edit, creative.remove_background, creative.upscale, creative.video as canonical capabilities with stable schemas; the router picks the provider on evidence and every run shows provider, latency, quote and charge.
| Capability | Description | Providers |
|---|---|---|
| creative.image | Ad creatives, social visuals and thumbnails from a text prompt. | |
| creative.image_edit | Edit an existing image with a text instruction: swap backgrounds, change products, restyle, add or remove elements. | |
| creative.remove_background | Cut a subject out of its background: a transparent PNG for product shots, ads and thumbnails. | |
| creative.upscale | Upscale an image 2x or 4x with detail enhancement, for print, hero images and ad placements. | |
| creative.video | Short-form video for content and ads, from a prompt or a source image. | |
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "creative.image", "input": { "prompt": "..." }, "routing": {"provider": "auto", "strategy": "best_value"} }'
Pricing: the maximum cost is quoted and reserved before the call; failed or unmatched calls are released, with any disclosed exceptions shown by /v1/inspect. Reliability: measured provider success rates will be published once minimum sample sizes are reached; examples on this page are labeled and simulated until then. Limitations: capabilities marked coming soon are not yet executable.