-
Couldn't load subscription status.
- Fork 10
API reference
mellowmarshe edited this page Mar 24, 2022
·
5 revisions
GET /api/p/:id
Get a paste by ID
GET /api/p/r/:id
Get the raw content of a paste by ID
POST /api/p/n
Post a new paste
cURL:
curl 'https://zer0b.in/api/p/n' \
-H 'Content-Type: application/json' \
-H 'Accept-Language: en-US,en;q=0.9' \
--data-raw '{"content":"zzzz"}'