Yrr0r's paste tool. To put anything into the db you will need a secret entry phrase. Get: curl /get/ Put some plain text: curl -X POST //?expiry=&type= -d '' Put a file: curl -X POST //?expiry=&type= --data-binary '@' Or if you want post from stdin, replace the file path with '@-' And to delete, curl //?delete=yes