{
  "name": "fetch-worker",
  "version": "2.0.0",
  "description": "通用 URL 内容抓取服务，支持 X/Twitter",
  "endpoints": {
    "GET /fetch?url=<URL>": "Fetch content from a URL (raw)",
    "GET /text?url=<URL>": "Fetch and extract clean text",
    "POST /fetch": "Fetch via POST (JSON body: {\"url\":\"...\", \"text_only\": true/false})"
  },
  "twitter_support": "自动识别 X/Twitter 链接，通过 oEmbed API 提取推文内容"
}