0x1 Paste Service

Simple paste service using rustypaste.

Usage

Directly via curl using the examples below or using the rustypaste-cli tool.

File

curl -F "file=@image.png" https://0x1.st
curl -F "remote=https://example.com/image.png" https://0x1.st

URL

curl -F "url=https://example.com" https://0x1.st

Delete

curl -X DELETE https://0x1.st/FK1x.txt

Oneshot

curl -F "oneshot=@f117_nighthawk_manual.pdf" https://0x1.st
curl -F "oneshot_url=https://nsa.gov/pentagon_files/" https://0x1.st

Options

Authentication (required)

-H "Authorization: t0KeN12345"

Expiration (optional)

-H "Expire: 10m"