{
  "name": "Alt-Words AI API",
  "version": "1.5.0",
  "endpoints": {
    "POST /api/register": "注册新用户（含邮箱验证）",
    "POST /api/login": "用户登录",
    "GET /api/me": "获取当前用户信息 (需认证)",
    "GET /api/verify-email?token=": "验证邮箱",
    "POST /api/resend-verification": "重新发送验证邮件 (需认证)",
    "POST /api/forgot-password": "忘记密码（发送重置邮件）",
    "POST /api/reset-password": "重置密码",
    "POST /api/keys": "创建 API Key (需认证)",
    "GET /api/keys": "列出 API Keys (需认证)",
    "DELETE /api/keys/:id": "删除 API Key (需认证)",
    "POST /api/subscription/checkout": "创建支付会话 (需认证)",
    "GET /api/subscription": "查询订阅信息 (需认证)",
    "POST /api/subscription/cancel": "取消订阅 (需认证)",
    "POST /api/webhooks/creem": "Creem 支付回调",
    "POST /api/generate": "生成图片Alt文本（支持关键词注入）",
    "POST /api/batch": "批量生成",
    "POST /api/scan": "整站扫描（免费）",
    "POST /api/scan/generate": "为扫描结果生成Alt",
    "GET /api/health": "健康检查",
    "GET /api/usage": "查询使用量",
    "GET /api/plan": "查询当前套餐与限制"
  },
  "features": [
    "authentication",
    "email-verification",
    "password-reset",
    "api-keys",
    "keyword-injection",
    "multi-language",
    "site-scanner"
  ]
}