How derived image is delivered to account user?

Options
Sovik
Sovik Member Posts: 22
edited October 2023 in Developer APIs

How derived image is delivered to account user?

Answers

  • Tamara
    Tamara Member, Cloudinary Staff Posts: 100
    Options

    Hi there,

    A derived image is delivered through a publicly accessible URL. When you create a derived image by applying transformations to an original image or video, Cloudinary generates a new URL that points to the modified or transformed asset. This URL can then be used to access and display the derived image in your application or website.

  • Sovik
    Sovik Member Posts: 22
    Options

    If I want to download the derived images in my application in zip format, then how can I do it?

  • Tamara
    Tamara Member, Cloudinary Staff Posts: 100
    Options

    Hi there,

    You can use the download_zip_url (downloadZip in Java, DownloadArchiveUrl in .NET) - it generates a signed URL that expires after 1 hour (by default). The URL can be accessed to dynamically create and then download a ZIP file based on the specified parameter values.