GET /health
Returns the service health status.
API Reference
Health Check
GET /health. Returns the service health status.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
GET /health. Returns the service health status.
GET /health
Returns the service health status.
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
curl https://api.consus.io/health \
-H "x-api-key: $CONSUS_API_KEY"
{
"status": "healthy",
"service": "gov-open-router",
"version": "1.0.0"
}