ideogram-webhooks-events
Installation
SKILL.md
Ideogram Events & Async Patterns
Overview
Build event-driven workflows around Ideogram's AI image generation API. Ideogram's api.ideogram.ai endpoints handle text-to-image and image editing requests.
Prerequisites
- Ideogram API key stored in
IDEOGRAM_API_KEYenvironment variable - Storage solution for generated images (S3, GCS, Cloudflare R2)
- Queue system for batch image generation
- Understanding of Ideogram models (V_2, V_2_TURBO)
Event Patterns
| Pattern | Trigger | Use Case |
|---|---|---|
| Generation callback | Image generation completes | Asset pipeline processing |
| Batch generation | Multiple prompts queued | Marketing asset creation |
| Image ready notification | Post-processing done | CDN upload and cache warming |
| Generation failure alert | API error or content filter | Retry or manual review |