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
- https://api.gettyimages.com
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.