Image delivery endpoint
Origin server for static image assets. Objects are addressed by identifier and served with long-lived cache headers.
Retrieve an object
GET /api/file/<id>.png
Returns the stored object. Unknown identifiers return 404.
Notes
Directory listing is disabled. Uploads require a signed token issued by the owning application; there is no public upload form.
| Property | Value |
|---|---|
| Max object size | 25 MB |
| Accepted types | png, jpeg, webp |
| Cache lifetime | 30 days |