Encrypted Share
The Encrypted Share example demonstrates secure, time-limited file sharing. You upload a file, get a shareable link, and optionally set an expiration so the content is only available for a limited time.
Try it
Open Encrypted Share → (opens in a new tab)
What it does
- Upload a file with optional expiration (timelock)
- Receive a shareable link (gateway URL)
- Optional encryption or access control flow (depending on demo implementation)
- Link can expire after a set time
Use case
Use this as inspiration for temporary sharing features, secure document delivery, or time-limited CDN-style links. It combines POST /files (or POST /pin) with Timelocks.
Related
- Timelocks — Expiration and temporary pins
- POST /files — Set
timelockwhen uploading (premium)