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