Link Search Menu Expand Document

Using dl - download image

Learn how to make your image url downloadable


How it works

To make your image url downloadable, you can add ?dl=1 to the end of the hcti.io URL. This will instruct the users browser to download the image.

For example, to create a download link to your image. You could do the following.

<a href="https://hcti.io/v1/image/7cb776c5-8c12-4b1a-84aa-9941b815d873.jpg?dl=1">
  Download image
</a>

This will instruct the users browser to download the image in jpg format.


Back to top

Built with extensive integration tests and serious care for developer happiness.
© 2018-2024 Code Happy, LLC.

Page last modified: Apr 9 2024 at 11:04 PM.

Edit this page on GitHub.