Install
openclaw skills install apidot-image-generation-apiUse APIDot for image generation API and image editing API workflows, including text-to-image API, image-to-image API, GPT Image 2 API, Nano Banana API, Nano Banana Pro API, Seedream API, Flux API, async task submission, polling, task status, and webhook integration based on APIDot docs.
openclaw skills install apidot-image-generation-apiUse APIDot as an image-focused API surface for text-to-image generation, image editing, image-to-image workflows, polling, and webhook delivery.
This skill is for routing image generation questions to the right APIDot docs, examples, and async integration pattern. It is documentation-only: it includes no scripts, makes no network requests, and does not store credentials.
Use this skill when the user asks to:
APIDOT_API_KEY as a secret.APIDot image generation usually follows an async task pattern:
data.task_id immediately.callback_url webhooks for production queues or user workflows that may outlive the current page.Use polling for local testing and webhooks for production systems where users may close the page before image processing finishes.
Start from the user's image task, then open the matching APIDot source:
| User Goal | Start Here |
|---|---|
| Browse APIDot models | https://apidot.ai/models |
| Read APIDot API docs | https://apidot.ai/docs |
| Learn APIDot quickstart flow | https://apidot.ai/docs/quickstart |
| Implement webhooks | https://apidot.ai/docs/webhooks |
| Build with GPT Image 2 | https://apidot.ai/docs/gpt-image-2 |
| Use runnable GPT Image 2 examples | https://github.com/APIDotAI/gpt-image-2-api |
| Use runnable Nano Banana 2 examples | https://github.com/APIDotAI/nano-banana-2-api |
| Use runnable Nano Banana Pro examples | https://github.com/APIDotAI/nano-banana-pro-api |
| Use runnable Seedream 4.5 examples | https://github.com/APIDotAI/seedream-4.5-api |
| Use general APIDot examples | https://github.com/APIDotAI/apidot-examples |
For Flux, Seedream, Nano Banana, GPT Image, or other image model families, prefer the live APIDot model page and docs page for that exact model. Do not copy request fields from another model family unless the APIDot docs show the same field.
apidot-ai-api skill when the user needs APIDot across image, video, chat, music, and 3D.task_id, selected model, user ID, source media references, request status, and final image URLs together.