An amnesic, binary-compatible pastebin with simple API
POST data to https://bytebin.org, get a bin code.
GET https://bytebin.org/<code> to retrieve and immediately delete a bin.
$ echo 'Hello!' | curl --data-binary @- https://bytebin.org
{
"bin": "123456",
"url": "https://bytebin.org/123456"
}
$ curl https://bytebin.org/123456
Hello!
- All bins are deleted after retrieval or one hour
- Bin codes are six-digit hex strings, case-insensitive
- All bytes are welcome, up to 64KB