nnn.pm

pastebin with password protection, burn-after-read and raw access

try it out using cURL
# upload file or text
curl --data-binary @file.txt https://nnn.pm/

# customize lang, TTL (hours), custom slug, or set to burn
curl --data-binary @file.txt "https://nnn.pm/?lang=rust&ttl=24&slug=custom&burn=true"

# request a JSON response (via header or query parameter)
curl -H "Accept: application/json" --data-binary @file.txt https://nnn.pm/
curl --data-binary @file.txt "https://nnn.pm/?json=true&password=password"