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

# Service health

`GET /api/health`

Authentication: none.

No API key. Returns JSON such as `{ "ok": true, "enrichBundleId": "..." }` with `Cache-Control: no-store`.

### Example request

```bash
curl -sS "https://leadmcp.ai/api/health" \
  -H "X-API-Key: lb_live_YOUR_API_KEY"
```
