Assets Url Control

Hi,

I was wondering, if there’s an easy way to control the assets url?

Thanks
Jakub

Hi @jakub.strzadala,

No, not really. Contentful’s asset URLs always follow either one of these patterns:

Images
https://images.ctfassets.net/<SPACE_ID>/<ASSET_ID>/<TOKEN>/<FILE_NAME>?<URL_PARAMETERS>

Other files
https://downloads.ctfassets.net/<SPACE_ID>/<ASSET_ID>/<TOKEN>/<FILE_NAME>

Could you elaborate how you would like to control the asset URLs and what would be the use case for it?