GET /v3/ai/image-generations/{generationRequestId}/images/{index}/download-sizes

AI Generator - Get Download Sizes

Given a fulfilled generation request id and the index of a generated image, gets a list of download sizes for the image.

Servers

Path parameters

Name Type Required Description
generationRequestId String Yes

The ID from a previous request to generate images

index Integer Yes

The index of the image from the specific images generation

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.