Images
Last updated
Last updated
The Asynchronous Image Generation API enables non-blocking image creation from text prompts by allowing tasks to be queued and retrieved later. Submit a generation request via POST
, and receive a task ID to poll or fetch the result once it's ready. This is ideal for high-throughput applications, user-submitted batch jobs, or environments where immediate responses aren’t practical. It ensures scalability, reliability, and flexibility for integrating advanced image generation into your workflows.