Endpoint
Path parameters
Path to the file relative to the storage root, including the file extension.
photo.jpg · videos/clip.mp4 · assets/logo.pngResponse
Returns the raw binary content of the original file withContent-Disposition: attachment, browsers will prompt a download rather than displaying inline.
Status codes:
200 success · 400 invalid path · 404 not found · 500 error
Example
Related
Transform Media
Serve transformed versions instead of the original.
Upload Files
Upload new files.
Download Multiple Items
Bundle several files/folders into one ZIP.