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.