AI-powered text-to-image with smart caching
Generate images from text prompts using the /generate/:prompt endpoint. Images are cached on first generation, so subsequent requests for the same prompt return instantly.
GET /generate/{your-prompt}?format={format}
Use the ?format= query parameter to specify the aspect ratio:
/generate/a-cat-wearing-glasses
/generate/sunset-over-mountains?format=landscape-16_9
/generate/portrait-of-a-wizard?format=portrait-9_16
💡 Prompts are slugified for caching. Use hyphens or spaces—they work the same way!