upl.to


Share a file:

ID type:
Expiration date:
Upload file
How does upl.to work?
The URL is available for download exactly once otherwise it will be deleted after a set amount of time (defaults to 1 week); The file is completely destroyed from the server after the download.
How to share a file?
There are 2 ways to share a file:
  • Using the form above
  • Or using curl
    $ curl -F 'file=@image.png' https://upl.to/
The file size limit is 80MB.
The file can only be downloaded once.
The file will expire after a week if it is not downloaded.
The response should be HTTP 201 with the URL of the newly uploaded file.

You can download the file by going to the url or using curl:
$ curl -OJ https://upl.to/quick-falcon-80
You can also share text
$ curl --data "text=sensitive data" https://upl.to
https://upl.to/unlucky-seahorse-10
$ curl https://upl.to/unlucky-seahorse-10
sensitive data
$ curl https://upl.to/unlucky-seahorse-10
The file does not exist.