{
  "service": "Date Normalizer API",
  "version": "2.1",
  "description": "Intelligent date parsing with natural language support and timezone normalization",
  "endpoints": {
    "normalize": "POST /v2/normalize - Convert dates to standardized formats",
    "validate": "POST /v2/validate - Check if date format is supported",
    "batch": "POST /v2/batch - Process multiple dates at once",
    "docs": "GET /docs - Full documentation with examples"
  },
  "features": [
    "Multiple input formats (US, ISO, natural language)",
    "Natural language parsing (tomorrow, next week, etc.)",
    "Timezone-aware parsing with DST handling",
    "Comprehensive date validation",
    "Batch processing support",
    "Rate limiting and caching",
    "Confidence scoring and ambiguity resolution"
  ],
  "limits": {
    "rate_limit": "100 requests per minute",
    "batch_size": "Maximum 50 dates per batch request"
  }
}