# API Reference ## Endpoints ### Health Check ``` GET /health ``` **Response:** ```json {"status": "UP", "service": "demo-arun-01"} ``` ### Root ``` GET / ``` **Response:** ```json {"service": "demo-arun-01", "description": "Modernized demo-arun-01 service", "version": "1.0.0"} ```