Simple Pastebin
Paste text in the browser or send it straight from the terminal.
POST endpoint:
https://paste.benji.link
Create Paste
CLI Paste
Pipe text directly to the site and get a shareable URL back.
printf 'hello world\n' | curl -X POST --data-binary @- https://paste.benji.link
Examples
curl -X POST --data-binary @notes.txt https://paste.benji.link
curl https://paste.benji.link/raw/example123
printf '{"ok":true}\n' | curl -X POST --data-binary @- https://paste.benji.link