Quickstart: curl

One line from any machine with curl on it.

Send a file

The response body is the link, and nothing else, so it pipes cleanly.

curl -T secrets.env https://secretpaste.com
# https://secretpaste.com/s/aB3dEfGh1J#Zm9vYmFyYmF6cXV4...

The honest caveat

Your terminal cannot run our code, so this path encrypts on our server. Every response carries X-Mode: server_encrypted, and the recipient's page shows a badge saying the same thing. Use the CLI if you want that not to be true.