New Paste

Share code or text with syntax highlighting. No account needed.

Max 512 KB.
CLI / API
From a file
curl -F 'content=@file.py' -F 'language=python' https://r3rr.com/api/paste
From stdin
cat script.sh | curl -F 'content=@-' https://r3rr.com/api/paste
With options
curl -F 'content=@dump.sql' -F 'language=sql' -F 'expiry=86400' https://r3rr.com/api/paste