{ "opencollection": "1.0.0", "info": { "name": "fal Model APIs Apps Streaming API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Streaming", "type": "folder" }, "items": [ { "info": { "name": "Stream Model Inference Output", "type": "http" }, "http": { "method": "POST", "url": "https://queue.fal.run/:model_owner/:model_name/stream", "params": [ { "name": "model_owner", "value": "", "type": "path", "description": "Owning organization of the model (e.g. `fal-ai`, `black-forest-labs`)." }, { "name": "model_name", "value": "", "type": "path", "description": "Model identifier (e.g. `flux/schnell`, `kling-2.5/text-to-video`, `veo-3`)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Synchronous streaming endpoint that emits Server-Sent Events as the model produces progressive output (tokens, intermediate frames, diffusion steps). Useful for chatty multimodal models and live previews.\n" } ] } ], "bundled": true }