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.
| Header | Value |
|---|---|
Content-Type | Detected from file extension |
Content-Disposition | attachment; filename="{filename}" |
Content-Length | File size in bytes |
Cache-Control | private, no-store |
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.