Clipboard
在线剪贴板
支持文本和链接记录,输入后即可通过 POST 保存,随时复制或删除。
POST 保存
curl -X POST "https://clipboard.qun.run/api/items" \
-H "Content-Type: application/json" \
-d '{
"content": "https://example.com"
}'
DELETE 删除
curl -X DELETE "https://clipboard.qun.run/api/items/1"
已保存内容
还没有记录,先保存一条内容。