Download File
GET/<bucket>/
Download a file by ID from a specific bucket.
The Content-Deposition
header is set to attachment
.
Use the Get File endpoint to get Content-Deposition
set to inline
.
Path Params
Name | Type |
---|---|
bucket | String |
id | Number |
Response
Raw file content.
Example
curl https://cdn.eludris.gay/attachments/2198189244420/download
<raw file data>