QuickPaste
Temporarily store and share text. No login required. Auto-deletes after 10 minutes.
📌 How it works
- Paste any text or snippet below
- Click "Paste it" to get a shareable link
- Data automatically disappears in 10 minutes
🖥 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