Skip to main content

Visibility

Files uploaded to Stashy are private by default. Access depends on visibility:
Visibility/{id} access
Private (default)Logged-in users only
PublishedAnyone with the link
Use the Publish and Unpublish API endpoints to control visibility. Every file gets a direct URL at /{id}:
https://stashy.example.com/V1StGXR8_Z5jdHi6B-myT
The URL is returned in the 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:
https://cdn.example.com/V1StGXR8_Z5jdHi6B-myT
Point your CDN or reverse proxy at Stashy’s /{id} path. No auth headers needed for published files — ideal for edge caching.