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