name: apidot-flux-dev-api description: "Use APIDot for Flux Dev API workflows, including FLUX.1 Dev, Black Forest Labs image generation, text-to-image, single-reference image-to-image, prompt adherence, realistic detail, task_id, polling, webhooks, and APIDot docs routing." homepage: https://apidot.ai/models/flux-dev metadata: openclaw: homepage: https://apidot.ai/docs primaryEnv: APIDOT_API_KEY envVars: - name: APIDOT_API_KEY required: false description: APIDot API key for real API calls. Store it server-side only.
Use APIDot as a Flux Dev-focused API surface for FLUX.1 Dev text-to-image generation, single-reference image-to-image workflows, prompt adherence, realistic detail, polling, and webhook delivery.
This skill is for routing Flux Dev questions to the right APIDot docs, model page, reference notes, and async integration pattern. It is documentation-only: it includes no scripts, makes no network requests, and does not store credentials.
This release contains SKILL.md plus non-executable notes in references/api.md. It includes no executable files, install-time automation, review automation helpers, bundled API clients, automatic network calls, or stored credentials.
Use these APIDot entry points when coming from ClawHub:
Use this skill for searches and requests phrased as Flux Dev, FLUX.1 Dev, flux-dev, Black Forest Labs Flux, open-weight image generation, text-to-image, image-to-image, product visuals, prompt adherence, realistic image generation, or APIDot Flux API.
Use this skill when the user asks to:
APIDOT_API_KEY as a secret.APIDot Flux Dev generation follows the shared async task pattern:
data.task_id immediately.callback_url webhook delivery for production queues or user workflows that may outlive the current page.Do not guess model-specific payload fields. If the user needs copyable request examples, point them to the current APIDot docs or general APIDot examples.
Start from the user's Flux Dev task, then open the matching APIDot source:
| User Goal | Start Here |
|---|---|
| Browse APIDot Flux Dev model page | https://apidot.ai/models/flux-dev |
| Build with Flux Dev | https://apidot.ai/docs/flux-dev |
| Read APIDot API docs | https://apidot.ai/docs |
| Learn APIDot quickstart flow | https://apidot.ai/docs/quickstart |
| Implement webhooks | https://apidot.ai/docs/webhooks |
| Use general APIDot examples | https://github.com/APIDotAI/apidot-examples |
For Flux Dev request modes, prefer the live APIDot model page and docs page. Do not copy request fields from another image model family unless the APIDot docs show the same field.
Use references/api.md for a local, non-executable summary of Flux Dev model routing, request planning, and async workflow notes.
apidot-image-generation-api when the user needs broad image generation guidance across several model families.apidot-flux-2-api when the user specifically needs FLUX.2 workflows.來源於7w4.net。
apidot-flux-kontext-api when the user specifically needs context-aware Flux Kontext editing.task_id, selected model, user ID, source image references, request status, and final image URLs together.這個 Skill 質量較好,文件內容全面、分類清晰,能清楚告知使用者如何使用 APIDot 的 Flux Dev 功能。安全指導詳細,使用時比較放心。適合需要了解文件和路由指引的使用者,但缺少可直接執行的程式碼示例,實際開發時可能還需要查閱官方文件。