Skip to content
For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md.

Binary and Media download

You can restrict files stored in BinaryFile or Media fields to certain user roles. These files aren't publicly downloadable from disk, and are insteadĀ served by a route that runs the necessary checks. This route is automatically generated as theĀ url property for those field values.

REST API: uri property

The uri property of Binary fields in REST contains a valid download URL, prefixed with the same host as the REST Request.

For more information about REST API see the documentation.