{ "opencollection": "1.0.0", "info": { "name": "Black Forest Labs FLUX Editing Utility API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-key", "value": "{{x-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Utility", "type": "folder" }, "items": [ { "info": { "name": "Retrieve generation result", "type": "http" }, "http": { "method": "GET", "url": "https://api.bfl.ai/v1/get_result", "params": [ { "name": "id", "value": "", "type": "query", "description": "Task identifier returned by a generation endpoint." } ] }, "docs": "Retrieve generation result" }, { "info": { "name": "Get account credit balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.bfl.ai/v1/credits" }, "docs": "Get account credit balance" }, { "info": { "name": "List the caller's fine-tunes", "type": "http" }, "http": { "method": "GET", "url": "https://api.bfl.ai/v1/my_finetunes" }, "docs": "List the caller's fine-tunes" }, { "info": { "name": "Get fine-tune details", "type": "http" }, "http": { "method": "GET", "url": "https://api.bfl.ai/v1/finetune_details", "params": [ { "name": "finetune_id", "value": "", "type": "query" } ] }, "docs": "Get fine-tune details" }, { "info": { "name": "Delete a fine-tune", "type": "http" }, "http": { "method": "POST", "url": "https://api.bfl.ai/v1/delete_finetune", "body": { "type": "json", "data": "{}" } }, "docs": "Delete a fine-tune" } ] } ], "bundled": true }