{
  "service": "tw-mp4-worker",
  "version": "1.0.0",
  "endpoints": {
    "GET /api/extract": {
      "description": "Extract MP4 video URLs from a Twitter/X tweet",
      "query": "?url=https://x.com/username/status/tweetId",
      "example": "/api/extract?url=https://x.com/elonmusk/status/1234567890"
    },
    "POST /api/extract": {
      "description": "Extract MP4 video URLs from a Twitter/X tweet",
      "body": {
        "url": "https://x.com/username/status/tweetId"
      },
      "example": {
        "url": "https://x.com/elonmusk/status/1234567890"
      }
    },
    "GET /health": {
      "description": "Health check endpoint",
      "example": "/health"
    }
  }
}