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