raw paste URL is the default. formatted paste view is at /view/<id>. delete only works from a browser that has the token saved locally.

commands

create paste
curl -sS https://p.m4tthew.org/api/paste \
  -H 'Content-Type: application/json' \
  -d '{"content":"hello world","language":"text"}'
raw paste
curl -sS https://p.m4tthew.org/AmberWillow
formatted view
open https://p.m4tthew.org/view/AmberWillow
upload file
curl -sS https://p.m4tthew.org/api/files \
  -F file=@./example.txt \
  -F expires_in=3600