API Usage

If you want to upload your paste via our API,
You can send a post request containing your content to our endpoint: https://pastes.tears.sh/upload.php


Curl example

curl -X POST https://pastes.tears.sh/upload.php -H "Content-Type: application/x-www-form-urlencoded" -d "text=YourTextHere"