nable asynchronous request example (It is recommended to use asynchronous requests to generate images. Image generation models take a long time, and using asynchronous mode can help reduce request timeout issues.)
1.
Append ?run_async=1 at the end of the url in the request example
2.
Get task_id from the response
3.
Query the task API regularly to check image generation progress Example: Create asynchronous image generation task