Get a File
GET/api/v1/files/:file_id
Download a file by UUID as binary data with the correct content type and filename headers.
tipp
Stream large files instead of buffering them fully in memory.
Request
Responses
- 200
- 404
File download successful
Response Headers
Content-Disposition
Attachment with original filename
Content-Type
MIME type of the file
Not found