v1

latestOpenAPI 3.0.42026-07-1376217536.1 KB
AiGenerator

Get generated images from a previous generation request

AI Generator - Get Generated Images

Gets a previously generated set of images. This endpoint is used after a call to POST v3/ai/image-generations, passing the id value from the result of that call.

Fulfilled and Pending Results

Like the POST v3/ai/image-generations endpoint, the result of calling this endpoint will be either:

  • HTTP 200 OK with the generated images' URLs and a generation request id value
  • HTTP 202 Accepted with the payload only containing a generation request id value

HTTP 202 Accepted is returned in the case where the generation of images has not yet completed. In this case it is expected that the client will occasionally poll this endpoint until a HTTP 200 OK result with a full payload is returned.

Lifetime of Generated Images

Generated images will be retained for 6 months after generation.

get/v3/ai/image-generations/{generationRequestId}

Path parameters

generationRequestIdstring required

The ID from a previous request to generate images

Response

Returns the result of a request to generate images

generation_request_idstring nullable
seedinteger nullable