all-about-apikey/pastebin
Muhammad Daffa 7372a52709 Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00
..
README.md Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00

README.md

Pastebin

Description

Plain Text Storage

Example Request

  • Curl
curl -X POST -d 'api_dev_key={{token}}' -d 'api_paste_code=test' -d 'api_option=paste' "https://pastebin.com/api/api_post.php"
  • Raw
POST /api/api_post.php HTTP/1.1
Host: pastebin.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 81

api_dev_key={{token}}&api_paste_code=test&api_option=paste

Response

  • Success
https://pastebin.com/xxxxxxx
  • Error
Bad API request, invalid api_dev_key

Regex

[a-z0-9]{32}

Example API key

5b76f2366bad23eff2f23b781b9389f5