paste.ickx.st

CLI Usage

# Post with password:
curl -F "content=@/var/log/syslog" -F "password=mysecret" -F "duration=24h" \
  https://paste.ickx.st/api/create

# Post without password:
curl -F "content=error: something failed" -F "duration=1h" \
  https://paste.ickx.st/api/create

# Post JSON with password:
curl -X POST -H "Content-Type: application/json" \
  -d '{"content":"secret stuff","password":"hunter2","duration":"7d"}' \
  https://paste.ickx.st/api/create