{
  "database": "connected",
  "documentation": "/docs",
  "endpoints": {
    "/": "API information",
    "/app": "Frontend application",
    "/docs": "Interactive API documentation",
    "/health": "Health check",
    "/history": "Recent predictions",
    "/models": "List available models",
    "/models/benchmark": "Benchmark all models (POST)",
    "/models/compare": "Compare model performance",
    "/performance": "Performance metrics",
    "/predict": "Make loan prediction (POST)",
    "/predict/<model>": "Predict with specific model",
    "/statistics": "Overall statistics"
  },
  "features": {
    "analytics": "Usage statistics and trends",
    "caching": "Response caching for performance",
    "compression": "Response compression",
    "database": "Prediction history storage",
    "documentation": "Interactive Swagger UI",
    "multi_model": "Multiple ML models available",
    "rate_limiting": "API rate limiting",
    "validation": "Comprehensive input validation"
  },
  "model_accuracy": "88.62%",
  "model_loaded": true,
  "models_available": 4,
  "name": "Loan Prediction API",
  "statistics": {
    "approval_rate": "0%",
    "approved": 0,
    "average_confidence": "0.00%",
    "rejected": 0,
    "total_predictions": 0
  },
  "status": "running",
  "version": "7.0"
}
