## Health check **get** `/health` Returns HTTP 200 when the service is running. No authentication required. ### Returns - `status: "ok"` - `"ok"` ### Example ```http curl https://api.chamelaion.com/api/health \ -H "x-api-key: $CHAMELAION_API_KEY" ``` #### Response ```json { "status": "ok" } ```