most simple file upload container to be used via curl curl -F file=@somefile https://your-url supports expiration by adding ?exp=.. to the querystring, like so: curl -F file=@somefile https://your-url?exp=1w the duration expressions supported are: h - hours d - days w - weeks m - months y - years they can not combined as of now, only one may be used, the default is to not expire the upload, like b