> ## Documentation Index
> Fetch the complete documentation index at: https://gateway.consus.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Health Check

> GET /health. Returns the service health status.

`GET /health`

Returns the service health status.

## Request

### Headers

| Header      | Required | Description  |
| ----------- | -------- | ------------ |
| `x-api-key` | Yes      | Your API key |

### Example

```bash theme={null}
curl https://api.consus.io/health \
  -H "x-api-key: $CONSUS_API_KEY"
```

## Response

```json theme={null}
{
  "status": "healthy",
  "service": "gov-open-router",
  "version": "1.0.0"
}
```
