{"name":"House Price Prediction API","version":"1.0.0","description":"Professional REST API for ML-powered house price predictions","documentation":{"interactive":"/docs","redoc":"/redoc"},"endpoints":{"health":"GET /api/v1/health","models":"GET /api/v1/models","predictions":"POST /api/v1/predictions","predictions_ensemble":"POST /api/v1/predictions/ensemble","predictions_xgboost":"POST /api/v1/predictions/xgboost","predictions_elasticnet":"POST /api/v1/predictions/elasticnet","predictions_lasso":"POST /api/v1/predictions/lasso","predictions_ridge":"POST /api/v1/predictions/ridge","predictions_svr":"POST /api/v1/predictions/svr","predictions_gbr":"POST /api/v1/predictions/gbr","predictions_lightgbm":"POST /api/v1/predictions/lightgbm","predictions_stacking":"POST /api/v1/predictions/stacking","usage":"GET /api/v1/usage"}}