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

AI Generator - Get Generated Images

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

Fulfilled and Pending Results

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

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.

Servers

Path parameters

Name Type Required Description
generationRequestId String Yes

The ID from a previous request to generate images

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.