Every uploaded file is immediately available on the Uploadcare CDN — the best place to host your files for media delivery.
CDN domains — effective since September 4, 2025
By default, files are delivered from your personal subdomain on :subdomain.ucarecd.net.
The legacy global domain ucarecdn.com is available for accounts created before September 4, 2025.
CDN is a geographically distributed system of servers that delivers content to client devices from the servers nearby, which saves time on long-distance data exchange.
While traditional CDNs are typically limited to basic copying and caching functions, Uploadcare CDN stands out by offering dynamic image modifications. This unique feature not only ensures faster page load times and better uptime, but also allows on-the-fly image optimization and transformation to suit the device they are being consumed on.
Access files in Uploadcare CDN using subdomains by default:
https://:subdomain.ucarecd.net/:uuid/
You can add CDN operations by including directives in the CDN URL:
https://:subdomain.ucarecd.net/:uuid/-/:operation/:params/:filename
:subdomain is your project’s subdomain — find it in Delivery.:uuid stands for the unique file identifier, UUID, assigned on upload./-/ is a mandatory parsing delimiter to divide operations and other path
components.:operation/:params/ is a CDN operation directive with parameters.:filename is an optional filename you can add after a trailing slash /.You can stack two and more operations like this:
/:operation/:params/-/:operation/:params/
Same applies when using Proxy:
One way to improve your site’s SEO is to name your files relevantly, such as integrating keywords into your image URLs.
Valid URLs typically have words separated by a hyphen, for example seo-optimize-images.
You can specify an additional filename after the UUID instead of the automatically generated one:
https://:subdomain.ucarecd.net/:uuid/:filename
The filename can be added to both the original (after the UUID) and at the end of the URL with operations applied, as in the example above.