POST /v3/ai/redownloads
Re-download AI Generated media
Re-download previously downloaded AI generated media.
ReDownloadRequest details
| Parameter | Purpose |
|---|---|
generated_asset_id Required | The generated asset identifier to re-download. Can be retrieved from previously downloaded assets (GET /v3/downloads) |
product_id Required | The product to use to re-download. Can be retrieved from products (GET /v3/products) |
size_name Required | The size to re-download. Valid values are 1k and 4k |
project_code | The project code to use for the download. Some products require a value for this. The products endpoint (GET /v3/products) provides this information. |
notes | The notes to use for the download. Some products require a value for this. The products endpoint (GET /v3/products) provides this information. |
Servers
- https://api.gettyimages.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
generated_asset_id |
String | No |
The identifier of the previously-downloaded generated asset. |
project_code |
String | No |
The project code to use for the download request. Some products require this value. |
notes |
String | No |
The notes to use for the download request. Some products require this value. |
size_name |
String | No |
The size name. Valid values are 1k or 4k. |
product_id |
Integer | No |
The product ID to use for the download. |
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.