# API Endpoints ## Overview | Method | Endpoint | Description | |--------|----------|-------------| | GET | `/` | Health check | ## Health Check ```http GET / ``` **Response:** `200 OK` Returns application status.