Get Static File
GET/<name>
Get 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 inline.
Use the Download Static File endpoint to get Content-Deposition set to attachment.
Path Params
| Name | Type | 
|---|---|
| name | String | 
Response
200Raw file content.
Example
curl https://cdn.eludris.gay/static/pengin.mp4
<raw file data>