{"name":"image-asset-pipeline","description":"Turns a text prompt into a production-ready image asset in one call: generate, sharpen, cut out the background. Composite: one call runs image-generate, then image-upscale, then remove-bg in sequence, merging into { image_url, stages }, with no separate paid calls or URL hand-offs between endpoints. Covers product image generation, ecommerce catalog creative, and one-call image workflow needs where a buyer wants a finished transparent-PNG asset, not a raw generation. Each downstream stage is optional and degrades gracefully: if upscale or background removal fails (or is disabled via input flags), the prior stage's image carries forward instead of failing the whole call.","price":"$0.08","method":"POST","input_schema":{"properties":{"prompt":{"type":"string","description":"Image description passed to image-generate. Up to 2000 chars. Required."},"style":{"type":"string","enum":["fast","creative","anime","sd35"],"description":"Optional image-generate tier shorthand. Unrecognized values are ignored rather than rejected."},"upscale":{"type":"boolean","description":"Run image-upscale on the generated image. Default true. On failure the generated image carries forward."},"remove_bg":{"type":"boolean","description":"Run remove-bg (background removal / transparent cutout) on the final image. Default true. On failure the prior-stage image carries forward."}},"required":["prompt"]},"input_example":{"prompt":"a red leather handbag on a white background"},"output_example":{"prompt":"a red leather handbag on a white background","image_url":"https://v3.fal.media/files/cutout/handbag.png","stages":{"generated":{"url":"https://v3.fal.media/files/gen/handbag.png"},"upscaled":{"url":"https://v3.fal.media/files/upscaled/handbag.png"},"cutout":{"url":"https://v3.fal.media/files/cutout/handbag.png"}},"composed_of":["image-generate","image-upscale","remove-bg"],"components":[{"name":"image-generate","ok":true,"ms":3200},{"name":"image-upscale","ok":true,"ms":6100},{"name":"remove-bg","ok":true,"ms":4300}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}