# InsurePulse Prompt-Pay Late-Claim Interest Demand Letter Generator

> InsurePulse Prompt-Pay Late-Claim Interest Demand Letter Generator is a paid API for AI agents from insurepulse.theaslangroupllc.com, paid per call via x402, $2/call, status unknown (last checked 2026-09-15).

Generates a citation-locked, state-specific prompt-pay interest demand letter with statutory quotes and day-count math for late insurance claim payments across TX, FL, NY, AZ, GA, and CA

## Facts

- Endpoint: GET https://insurepulse.theaslangroupllc.com/api/insure/prompt-pay-letter
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/insurepulse-prompt-pay-late-claim-interest-demand-letter-generator-9d6164fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rse-hsPpm3qejHTlxTxWc

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-prompt-pay-late-claim-interest-demand-letter-generator-9d6164fd
```

Example prompt: My Texas homeowner claim for $42,000 was submitted on March 1st and the insurer still hasn't paid as of today June 15th — can you generate a citation-locked prompt-pay interest demand letter with the §542A.003 pre-suit notice language, verbatim statutory quotes, and the 18%/prime+5 interest calculation?

## When to prefer this

Use this endpoint when a policyholder or public adjuster needs a legally grounded, citation-backed demand letter for a late insurance claim payment in TX, FL, NY, AZ, GA, or CA — especially when pre-suit notice compliance (TX §542A.003) is required or when precise day-count interest math tied to state statutes is needed. Prefer over generic legal letter generators because it includes verbatim statutory quotes, state-specific interest rate tables, and built-in DOI complaint escalation language.

## Known failure modes

- Unsupported state jurisdiction (only TX, FL, NY, AZ, GA, CA covered) returns an honest-no response
- Missing claim date or notice date makes day-count calculation impossible
- Insufficient insurer or claim details may result in partial or generic letter
- API payment failure at $2 USDC per call blocks response
- Outdated quarterly rate factors (FL CFO) if factors not refreshed may produce stale interest figures

## How this service works

Citation-locked late-claim interest demand letter — the deterministic check plus a demand built on the lane's own day-count math table (TX 18%/prime+5, FL CFO quarterly factors from the notice date, NY no-fault 2%/month, AZ 10%, GA 12%, CA 15% + auto-include penalty). TX weather letters satisfy the §542A.003 pre-suit notice, element by element. Verbatim statutory quotes; the escalation is a free DOI complaint. Honest-no on unsupportable facts.

## Output

A fully drafted demand letter including: state-specific prompt-pay interest rates (TX 18%/prime+5, FL CFO quarterly factors, NY 2%/month, AZ 10%, GA 12%, CA 15% + penalty), a day-count math table from notice date, verbatim statutory quotes, pre-suit notice elements (TX weather/§542A.003), escalation path via DOI complaint, and honest refusal of unsupportable factual claims.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "state",
  "claim_type",
  "claim_amount",
  "claim_received_date"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Letter language (default English)"
  },
  "state": {
   "type": "string",
   "description": "US state code (TX|FL|NY|AZ|GA|CA letter-worthy lanes)"
  },
  "claim_type": {
   "type": "string",
   "description": "property | auto | health | disability | life"
  },
  "claim_amount": {
   "type": "string",
   "description": "USD claim amount"
  },
  "insurer_name": {
   "type": "string",
   "description": "Insurer name for the letter"
  },
  "policyholder_name": {
   "type": "string",
   "description": "Your name (placeholder if omitted)"
  },
  "claim_received_date": {
   "type": "string",
   "description": "YYYY-MM-DD the insurer received the claim"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/insurepulse-prompt-pay-late-claim-interest-demand-letter-generator-9d6164fd/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)
