{
  "status": "online",
  "message": "Video Downloader API is running",
  "version": "3.0",
  "features": [
    "Support TikTok & Instagram",
    "Auto fallback to multiple APIs",
    "SSL verification disabled for Vercel"
  ],
  "endpoints": {
    "/download": "GET with ?url=VIDEO_URL",
    "/health": "GET - Check API health",
    "/platforms": "GET - List supported platforms",
    "/debug": "GET with ?url=VIDEO_URL - Debug info"
  }
}