bfl-api

Integrate Black Forest Labs FLUX APIs for text-to-image and image-to-image generation.

21|9|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/47thtechcorner/RayCodes_OpenMontage --skill bfl-api-47thtechcorner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bfl-api
Source: https://github.com/47thtechcorner/RayCodes_OpenMontage/tree/main/openmontage_engine/.agents/skills/bfl-api
Command: npx skills add https://github.com/47thtechcorner/RayCodes_OpenMontage --skill bfl-api-47thtechcorner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, aiohttp, flask, express, and includes references (resource) components.

What problem does it solve?

This Skill streamlines the integration of Black Forest Labs FLUX image generation APIs into your applications, handling the complexities of asynchronous polling, rate limiting, and multi-reference image editing.

Core Features & Use Cases

  • Async Workflow Management: Implements robust polling patterns and webhook handlers to manage long-running image generation tasks.
  • Advanced Image Editing: Supports multi-reference image-to-image editing, allowing for complex character consistency and style transfer.
  • Production Readiness: Provides built-in error handling, retry logic, and security verification for webhooks to ensure reliable, scalable production deployments.

Quick Start

Use the bfl-api skill to generate a high-quality image of a mountain landscape at sunset using the flux-2-pro model.

Frequently Asked Questions about bfl-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate FLUX image generation into my application?

To integrate FLUX image generation, this Skill handles Black Forest Labs APIs for text-to-image and image-to-image tasks. It manages asynchronous polling, webhook events, and rate-limit-aware execution for production-grade image synthesis.

What is the best way to handle asynchronous polling for image generation APIs?

Handling asynchronous polling for image generation requires robust workflow management. This Skill implements polling patterns and webhook event handlers to manage long-running FLUX image generation tasks reliably.

Can I use webhooks with the BFL FLUX API for production image synthesis?

Webhooks work with the BFL FLUX API for production image synthesis. The Skill provides secure webhook authentication and event handling to ensure scalable and reliable deployments.

How do I perform multi-reference image-to-image editing with FLUX?

Multi-reference image-to-image editing with FLUX allows for complex character consistency and style transfer. The Skill supports advanced editing by sending reference images directly to the Black Forest Labs API.

Does the bfl-api skill manage rate limiting when generating images?

The bfl-api skill manages rate limiting by executing rate-limit-aware flows during image generation. It includes built-in error handling and retry logic to prevent API throttling issues.

Why do I need webhook security verification for image generation?

Webhook security verification for image generation is needed to ensure reliable production deployments. This Skill validates incoming webhook events, preventing unauthorized requests from triggering downstream application logic.