{ "opencollection": "1.0.0", "info": { "name": "fal Model APIs Apps API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Apps", "type": "folder" }, "items": [ { "info": { "name": "List Serverless Apps", "type": "http" }, "http": { "method": "GET", "url": "https://queue.fal.run/serverless/apps" }, "docs": "Return every Serverless app deployed under the calling key's organization." }, { "info": { "name": "Get Serverless App", "type": "http" }, "http": { "method": "GET", "url": "https://queue.fal.run/serverless/apps/:app_id", "params": [ { "name": "app_id", "value": "", "type": "path", "description": "Serverless app identifier (e.g. `my-org/my-flux-finetune`)." } ] }, "docs": "Retrieve metadata, endpoint URL, and current scaling parameters for an app." } ] } ], "bundled": true }