# Images

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.

{% content-ref url="images/images-create" %}
[images-create](https://docs.distribute.ai/distribute-for-enterprise/enterprise-inference-api/async-api/images/images-create)
{% endcontent-ref %}

{% content-ref url="images/images-result" %}
[images-result](https://docs.distribute.ai/distribute-for-enterprise/enterprise-inference-api/async-api/images/images-result)
{% endcontent-ref %}
