Images Result

Retrieve the status/result of an async image inference request.

post
Body
idstringRequiredPattern: ^[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}$
Responses
200

Default Response

application/json
post
POST /async/images/result HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 13

{
  "id": "text"
}
{
  "id": "text",
  "status": "CREATED",
  "created": "2025-10-11T07:30:45.450Z",
  "finished": "2025-10-11T07:30:45.450Z",
  "model": "text",
  "results": [
    {
      "url": "text",
      "revised_prompt": "text"
    }
  ]
}