QuickPaste

Temporarily store and share text. No login required. Auto-deletes after 10 minutes.

📌 How it works

🖥 Example with curl

Use the following curl command to paste your text programmatically:

      
curl -X POST https://quickpaste.tech/paste \
  -H "Content-Type: application/json" \
  -d '{"content": "Hello from curl!"}'
    

🗑 Delete a paste

Use the following curl command to delete a paste using its delete ID:

        
curl -X POST https://quickpaste.tech/delete/YOUR_DELETE_ID
      

✍️ Paste now