"It's like snapchat, but for files!"

- Ben A, Philadelphia

Simply upload a file, share the link, and after it is downloaded,
the file is completely deleted. For added security, set an expiration on the file and it is
deleted within a certain amount of time, even if it was never downloaded.

All files are (currently) not-encrypted when stored on our servers.

Easy to use API

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.

FAQ

Are there log files or any backups of the file after it is deleted?

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.

Is it free?

Yes!

What kinds of files can I share?

No illegal or copyrighted content is allowed. By using example.com you agree to the Terms of Service

Is there a size limit?

Yes, there is a 5GB per file limit for the free version.

I have a question or comment - how can I contact you?

We would love to hear from you: [email protected]


You can see this screenshot for an example, where the resulting link to your file is highlighted.

Who are you and how can I trust you?

Just read the codebase.