bfl-api

Integrate BFL FLUX API endpoints for image generation with retries and rate limits.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hanzoai/video --skill bfl-api-hanzoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bfl-api
Source: https://github.com/hanzoai/video/tree/main/.agents/skills/bfl-api
Command: npx skills add https://github.com/hanzoai/video --skill bfl-api-hanzoai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Integrates BFL FLUX API endpoints and client logic to simplify generating images and handling I2I, webhooks, and rate limits.

Core Features & Use Cases

  • Unified API client for Flux endpoints with automatic retries, exponential backoff, and rate-limit awareness.
  • I2I and batch generation with concurrency control and parallel processing for multiple prompts.
  • Webhook and polling options for real-time notifications and fallback strategies in production deployments.
  • Regional endpoint support to comply with data residency requirements and optimize latency.

Quick Start

Install the BFL client, configure your API key, and run a sample generate call to get an image URL.

Frequently Asked Questions about bfl-api

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

FAQPage Schema
How do I handle BFL FLUX API rate limiting and retries in a production image generation pipeline?

To handle BFL FLUX API rate limiting in production image generation pipelines, use a unified client that implements automatic retries with exponential backoff and rate-limit awareness to prevent request failures and manage concurrency.

What is the best way to manage API keys and regional endpoints for FLUX image generation?

The best way to manage API keys and regional endpoints for FLUX image generation is using a reusable client that supports regional endpoint selection to optimize latency and comply with data residency requirements.

How do I implement webhooks and polling for image generation API responses?

To implement webhooks and polling for image generation API responses, configure a client that supports webhook notifications for real-time updates and provides polling workflows as a fallback strategy for production deployments.

Can I run batch image generation with I2I and parallel prompts using the FLUX API?

Yes, you can run batch image generation with I2I and parallel prompts using the FLUX API by leveraging client-side concurrency control to manage multiple simultaneous generation requests efficiently.

Does the BFL FLUX API client require specific dependencies for error handling and authentication?

The BFL FLUX API client requires no external dependencies to manage authentication and error handling, as it integrates error mapping and key management directly into its reusable client logic.