Download file via public link
GET/api/v1/files/public/:token
Download a file using a time-limited public token. No authentication required.
Request
Responses
- 200
- 400
- 401
- 404
- 410
- 500
File downloaded successfully
Response Headers
Content-Disposition
Attachment with original filename
Content-Type
The MIME type of the file
Content-Length
The size of the file in bytes
Bad request
Invalid or malformed token
Not Found
Download link has expired or file has been deleted
Internal server error