What problem does it solve? Integrating the BFL FLUX image generation API requires handling asynchronous polling, expiring result URLs, rate limits, regional endpoints, and webhook security, which is error-prone without a structured guide. ## Core Features & Use Cases - Endpoint & Model Reference: Covers all FLUX.2 and FLUX.1 endpoints with pricing, resolution constraints, and multi-reference image editing parameters. - Async Patterns: Provides polling strategies with exponential backoff, webhook integration with HMAC-SHA256 signature verification, and rate limit handling for 24 concurrent requests. - Ready-Made Clients: Includes production-oriented cURL, Python, and TypeScript client examples with retry logic and error classification. - Use Case: A developer building an image generation feature can follow the guide to submit a FLUX.2 request, poll for results, download images before the 10-minute URL expiration, and handle 429 rate limit responses correctly. ## Quick Start Use the bfl-api skill to generate an image with the FLUX.2 pro model and show me how to poll for the result.