>>

Download Attachment

GET/<id>/download?

Get an attachment by ID. This is a shortcut to Download File with the attachments bucket.

The Content-Deposition header is set to attachment. Use the Get Attachment endpoint to get Content-Deposition set to inline.

>>

Path Params

NameType
idNumber
>>

Query Params

NameType
sizeNumber?
>>

Response

200Raw file content.

>>

Example

curl https://cdn.eludris.gay/attachments/2199681302540/download

<raw file data>