Can i get a multiple URL's for an asset ?
When i upload an asset, can i get multiple URL's for the same asset so that i can use each for different purpose pointing to the same asset.
Answers
-
Hey @pavan_chimbili. Thanks for your question.
We don't support multiple delivery URLs per se, however you may be able to use our Dynamic SEO Suffixes feature, which you can read about here. In a nutshell, it allows you to add a suffix to any public-facing image, and have it serve the non-suffixed version.
For instance https://res.cloudinary.com/demo/image/upload/sample.jpg is the delivery URL of the standard sample image on our demo account. If we change
image/upload
toimages/
, we can use any suffix we like to point to the sample image such as https://res.cloudinary.com/demo/images/sample/some_flowers.jpg or https://res.cloudinary.com/demo/images/sample/my_amazing_image.jpg. This also works with transformations too, eg https://res.cloudinary.com/demo/images/e_grayscale,w_200/sample/black_and_white_flowers_small.jpg.Have a read of the documentation I've linked to above, and let us know if you have any questions.
All the best,
-Danny
1