Requesting an image with a different URL structure

markstuartwalker
markstuartwalker Member Posts: 13
edited October 2023 in Developer APIs

I know that the structure URL of an image is typically

https://res.cloudinary.com/lucecoplc/image/upload/t_media_lib_thumb/cld-sample.jpg

To interface Cloudinary from my PIM system I need the URL to be structured with the transformation size on the RHS of the URL like this

https://res.cloudinary.com/lucecoplc/image/upload/cld-sample.jpg/preview

Can I configure Cloudinary to accept this alternative format? If not then I am sure that other users have a work around for this scenario that they could share.

Thanks

Mark

Answers