http://drop.i2p
JSON Fields: content (required) - The text content language - Syntax highlighting: text, markdown, go, python, javascript, html, css, bash, sql, json. Default: text expiry - Expiration time: 1h, 24h, 168h, 720h. Default: 1h Example: $ curl -X POST \
-H "Content-Type: application/json" \
-d '{"content": "#!/bin/bash\necho Hello from I2P", "language": "bash", "expiry": "24h"}' \
http://drop.i2p/api/upload/paste Response: {
"id": "r2t6y8",
"url": "/p/r2t6y8",
"delete_token":...