Visibility
Files uploaded to Stashy are private by default. Access depends on visibility:| Visibility | /{id} access |
|---|---|
| Private (default) | Logged-in users only |
| Published | Anyone with the link |
Direct Links
Every file gets a direct URL at/{id}:
url field when you upload a file. The response includes the original Content-Type header, so browsers render images, PDFs, etc. natively.
CDN Usage
Published files are ideal for CDN or subdomain mapping:/{id} path. No auth headers needed for published files — ideal for edge caching.