# Delivery [View original](https://ittybit.com/docs/delivery) ## Delivery URLs File objects contain a `url` property that you can use to deliver files to your users. ```json { "id": "file_abcdefgh1234", "type": "video/mp4", "width": 3840, "height": 2160, // ... other props "url": "https://you.ittybit.net/video.mp4" } ``` Each project gets a free `*.ittybit.net` delivery URL (you can choose the subdomain when you create your project). You can also [use your own custom domain](/docs/domains) with ittybit e.g. `https://cdn.bits.fm/video.mp4`. *** ## Global CDN Ittybit partners with multiple CDNs [^1] to ensure fast delivery of files to users in any location worldwide. We charge a single flat rate for delivery so you don't need a scientific calculator and psychic powers to estimate your bandwidth costs. *** ## Access Control Files default to public, however you can set up [Access Rules](/docs/delivery/rules), or require [Signed URLs](/docs/delivery/signed), to control who can access them. *** [^1]: *Founder Note*: I learned from hard experience that relying on a single provider isn't enough – PW.