Health
Health
Section titled “Health”GET /v1/health
Returns the current status of the Canopi API. This is the only endpoint that does not require authentication.
Request
Section titled “Request”curl https://api.canopitech.ai/v1/healthResponse
Section titled “Response”{ "status": "healthy", "version": "1.0.0", "model": { "version": "pnw_v0_2_mycel", "codename": "mycel", "series": "Mycelium" }, "coverage_regions": ["pnw"], "database": "connected", "timestamp": "2026-06-25T14:30:00Z"}Use this endpoint for monitoring and uptime checks. A "status": "healthy" response with "database": "connected" confirms the API is fully operational.