# InsurePulse Health Insurance Intelligence

> InsurePulse Health Insurance Intelligence is a paid API for AI agents from insurepulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns personalized health insurance guidance including coverage gaps, claim playbooks, and late-payment statutory interest rights for a given country, age range, situation, and priorities.

## Facts

- Endpoint: GET https://insurepulse.theaslangroupllc.com/api/insure/health
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/insurepulse-health-insurance-intelligence-7409e4ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_89f-sMJzBhfaBTlFp2GDp

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability insurepulse-health-insurance-intelligence-7409e4ab
```

Example prompt: I'm a self-employed person in the US, aged 35-44, and I want to know what health insurance coverage gaps I should watch out for and what my rights are if an insurer pays my claim late — I care most about cost and chronic condition coverage.

## When to prefer this

Choose this endpoint when you need country-specific health insurance guidance for an individual — especially when the user wants to understand coverage gaps, how to file or escalate claims, or what late-payment penalties their insurer owes them. It is particularly strong for consumer-rights-oriented queries where the user is a policyholder rather than an insurer or broker.

## Known failure modes

- Missing required 'country' field returns a 400 validation error
- Unsupported or unrecognized country code may return empty or generic guidance
- Invalid age_range or situation enum value may result in a 422 or fallback response
- Service unavailability returns a 503 or timeout
- Malformed request returns a 400 bad request error

## How this service works

Insurance intelligence that sides with the policyholder — coverage gaps, claim playbooks, and the statutory interest insurers owe you when they pay late.

## Output

A JSON response containing personalized health insurance intelligence: identified coverage gaps relevant to the user's profile, step-by-step claim playbooks for their country and situation, and details on statutory interest insurers are legally required to pay when they settle claims late — all tailored to the provided country, age range, employment situation, and priority areas.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "country": {
   "type": "string",
   "description": "Country (e.g. US, UK, DE, IN, BR)"
  },
  "age_range": {
   "type": "string",
   "description": "Age range (e.g. 25-34)"
  },
  "situation": {
   "type": "string",
   "description": "employed/self-employed/student/retiree/expat/family"
  },
  "priorities": {
   "type": "string",
   "description": "cost/coverage/dental/maternity/chronic"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/insurepulse-health-insurance-intelligence-7409e4ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from insurepulse.theaslangroupllc.com](https://www.zero.xyz/host/insurepulse.theaslangroupllc.com/llms.txt)
