{
  "service": "AI Skill Insight Engine",
  "version": "1.0",
  "endpoints": {
    "GET /health": "Health check",
    "GET /analyze?url=<skill_url>&format=<markdown|json|html>": "Analyze AI skill",
    "POST /analyze": "Analyze AI skill with JSON body {\"url\": \"...\", \"format\": \"...\"}"
  },
  "example": "/analyze?url=https://example.com/skill.md&format=markdown",
  "rate_limit": {
    "limit": 100,
    "window": "3600 seconds (1 hour)",
    "note": "Rate limiting is per IP address"
  }
}