📢 Apprise Vercel Notify

一个基于 Apprise 的通知 API,部署在 Vercel。

使用方法

示例请求

curl -X POST https://your-domain/notify \
  -H "Content-Type: application/json" \
  -d '{
    "urls": "discord://token/channel,mailto://user:pass@example.com",
    "body": "Hello from Vercel Apprise!",
    "title": "Test Notification",
    "type": "info",
    "format": "text"
  }'

交互式测试