{ "opencollection": "1.0.0", "info": { "name": "Black Forest Labs FLUX Editing Generation API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-key", "value": "{{x-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Generation", "type": "folder" }, "items": [ { "info": { "name": "FLUX 1.1 [pro] generation", "type": "http" }, "http": { "method": "POST", "url": "https://api.bfl.ai/v1/flux-pro-1.1", "body": { "type": "json", "data": "{}" } }, "docs": "FLUX 1.1 [pro] generation" }, { "info": { "name": "FLUX 1.1 [pro] Ultra generation", "type": "http" }, "http": { "method": "POST", "url": "https://api.bfl.ai/v1/flux-pro-1.1-ultra", "body": { "type": "json", "data": "{}" } }, "docs": "FLUX 1.1 [pro] Ultra generation" }, { "info": { "name": "FLUX.1 [dev] generation", "type": "http" }, "http": { "method": "POST", "url": "https://api.bfl.ai/v1/flux-dev", "body": { "type": "json", "data": "{}" } }, "docs": "FLUX.1 [dev] generation" }, { "info": { "name": "FLUX.2 [PRO] generation", "type": "http" }, "http": { "method": "POST", "url": "https://api.bfl.ai/v1/flux-2-pro", "body": { "type": "json", "data": "{}" } }, "docs": "FLUX.2 [PRO] generation" }, { "info": { "name": "FLUX.2 [FLEX] generation", "type": "http" }, "http": { "method": "POST", "url": "https://api.bfl.ai/v1/flux-2-flex", "body": { "type": "json", "data": "{}" } }, "docs": "FLUX.2 [FLEX] generation" }, { "info": { "name": "FLUX.2 [MAX] generation", "type": "http" }, "http": { "method": "POST", "url": "https://api.bfl.ai/v1/flux-2-max", "body": { "type": "json", "data": "{}" } }, "docs": "FLUX.2 [MAX] generation" } ] } ], "bundled": true }