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.

PropertyValue
Max object size25 MB
Accepted typespng, jpeg, webp
Cache lifetime30 days