Download Static File
GET/<name>/download
Download a static file by its name. Static files are added by the instance owner and cannot be externally modified.
The Content-Deposition
header is set to attachment
.
Use the Get Static File endpoint to get Content-Deposition
set to inline
.
Path Params
Name | Type |
---|---|
name | String |
Response
Raw file content.
Example
curl https://cdn.eludris.gay/static/pengin.mp4/download
<raw file data>