curl: curl --data-binary @notes.txt https://host/p
curl: curl -F file=@photo.png https://host/u
curl: echo "https://example.com" | curl --data-binary @- https://host/s
paste text, drop files, shorten links — no login, no JSON, just pipes.
curl: curl --data-binary @notes.txt https://host/p
curl: curl -F file=@photo.png https://host/u
curl: echo "https://example.com" | curl --data-binary @- https://host/s