Skip to content

imvickykumar999/Pastebin-API

Repository files navigation

Pastebin API

Your Key : https://pastebin.com/doc_api#1


>>> Command Online CURL

curl -X POST -d 'api_dev_key=XXXXXXXXXXXXXX' 
-d 'api_paste_code=import math;print(math.pi)' 
-d 'api_paste_name=GitHub'
-d 'api_paste_private=0'
-d 'api_paste_expire_date=1Y'
-d 'api_option=paste' 
"https://pastebin.com/api/api_post.php"

>>> Possible Response

image