Retrieve the status/result of an async image inference request.
^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}$
POST /async/images/result HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 13 { "id": "text" }
Default Response
{ "id": "text", "status": "CREATED", "created": "2025-04-25T08:26:10.032Z", "finished": "2025-04-25T08:26:10.032Z", "model": "text", "results": [ { "url": "text", "revised_prompt": "text" } ] }