File ayo
Ephemeral file sharing
Convenient, anonymous and secure
-
Upload
- Learn More
Ephemeral file sharing
Convenient, anonymous and secure
Try it out:
$ curl -F "[email protected]" https://example.com
{"success":true,"key":"2ojE41","link":"https://example.com/2ojE41","expiry":"30 minutes"}
$ curl https://example.com/2ojE41
This is a test
$ curl https://example.com/2ojE41
{"success":false,"error":404,"message":"Not Found"}
Or set an expiration:
$ curl -F "[email protected]" https://example.com/?exp=60
{"success":true,"key":"aQbnDJ","link":"https://example.com/aQbnDJ","expiry":"1 minutes"}
$ sleep 1m
$ curl https://example.com/aQbnDJ
{"success":false,"error":404,"message":"Not Found"}
The query param expires must be a positive integer which, by default, represents the number of days until the file will be deleted (defaults to 14 days). If you follow it with w, it will be the number of weeks. m for months and y for years.
No, it is anonymous and we erase everything. Our log files contain no identifying information. There are no backups, and all files are stored encrypted.
Yes!
No illegal or copyrighted content is allowed. By using example.com you agree to the Terms of Service
Yes, there is a 5GB per file limit for the free version.
We would love to hear from you: [email protected]
Just read the codebase.