instant paste
no accounts · no tracking · 512 KB max · syntax highlighting · burn-after-read · password protection
CLI usage
basic
cat file.txt | curl -F 'data=<-' https://paste.waicore.com
optional flags
... -F 'lang=python'
syntax highlight
... -F 'pass=secret'
password protect
... -F 'once=1'
burn after reading
read
curl https://paste.waicore.com/ID
raw content
curl 'https://paste.waicore.com/ID?pass=secret'
with password
combined example
cat deploy.sh | curl -F 'data=<-' -F 'lang=bash' -F 'pass=s3cr3t' -F 'once=1' https://paste.waicore.com