# InsurePulse Umbrella Insurance Analysis

> InsurePulse Umbrella Insurance Analysis is a paid API for AI agents from insurepulse.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Analyzes whether a household needs umbrella insurance, how much coverage is appropriate, what it covers, and how to obtain it for $150–300/year

## Facts

- Endpoint: GET https://insurepulse.vercel.app/api/insure/umbrella
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/insurepulse-umbrella-insurance-analysis-d90f39db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BUxK6mzaJOLUz-eUavuNm

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-umbrella-insurance-analysis-d90f39db
```

Example prompt: I own a home, have two cars, and my net worth is around $600,000 — do I actually need umbrella insurance, and if so how much coverage should I get and what would it cost me?

## When to prefer this

Use this endpoint when a user wants specific guidance on umbrella insurance — whether they need it, how much to get, what it covers, and what it costs. Prefer this over general insurance endpoints when the query is specifically about personal liability umbrella policies rather than home, auto, life, or business insurance.

## Known failure modes

- Missing or insufficient household/asset data may produce generic rather than personalized recommendations
- Service may be unavailable if the Vercel deployment is down, returning 5xx errors
- Payment of $0.08 USDC required per call via x402; missing payment returns 402 Payment Required
- Overly vague input may result in broad guidance without specific coverage amounts

## How this service works

Umbrella insurance and excess-liability calculator — whether a household needs it, how much coverage to carry, what it protects, and a country-aware estimated annual cost from public benchmarks. For insurance and personal-finance agents, any country.

## Output

Returns a structured analysis covering whether the household needs umbrella insurance, recommended coverage amount, explanation of what umbrella policies cover beyond home and auto liability limits, and guidance on how to add coverage for approximately $150–300 per year.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/insurepulse-umbrella-insurance-analysis-d90f39db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from insurepulse.vercel.app](https://www.zero.xyz/host/insurepulse.vercel.app/llms.txt)
