POST /v3/ai/redownloads

Re-download AI Generated media

Re-download previously downloaded AI generated media.

ReDownloadRequest details

ParameterPurpose
generated_asset_id RequiredThe generated asset identifier to re-download. Can be retrieved from previously downloaded assets (GET /v3/downloads)
product_id RequiredThe product to use to re-download. Can be retrieved from products (GET /v3/products)
size_name RequiredThe size to re-download. Valid values are 1k and 4k
project_codeThe project code to use for the download. Some products require a value for this. The products endpoint (GET /v3/products) provides this information.
notesThe notes to use for the download. Some products require a value for this. The products endpoint (GET /v3/products) provides this information.

Servers

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

  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.