# ClearCarePulse Rights Letter Generator

> ClearCarePulse Rights Letter Generator is a paid API for AI agents from clearcarepulse.theaslangroupllc.com, paid per call via x402, $5/call, status unknown (last checked 2026-09-14).

Generates a ready-to-send, citation-locked medical-bill dispute letter (No Surprises Act, internal appeal, financial assistance, Medicare redetermination, or GFE dispute) with deterministic eligibility checks and computed deadlines.

## Facts

- Endpoint: GET https://clearcarepulse.theaslangroupllc.com/api/care/rights-letter
- Price: $5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clearcarepulse-rights-letter-generator-a254fe72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pEEWefcSWzrsDqN1z4OSo

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 clearcarepulse-rights-letter-generator-a254fe72
```

Example prompt: I got a surprise balance bill of $2,400 from an out-of-network anesthesiologist after my in-network surgery on March 15, 2025 — can you generate a No Surprises Act dispute letter with the legal citations and deadlines I need to send to the hospital?

## When to prefer this

Use this endpoint when a patient or advocate needs a legally grounded, citation-backed dispute letter for a specific US medical billing scenario (surprise bills, plan appeals, financial assistance, Medicare redeterminations, or GFE disputes) and wants deterministic eligibility checking and deadline computation built in — not just a generic template. Prefer this over generic document generators when regulatory accuracy and honest eligibility gating matter.

## Known failure modes

- Dispute window expired — endpoint returns honest denial rather than generating an ineffective letter
- Scenario not covered by any protection law — returns explanation of why no letter can be generated
- Missing required input parameters — returns validation error
- Ambiguous bill type or plan type — may return clarification request or partial result

## How this service works

Citation-locked medical-bill letter: No Surprises Act balance-bill dispute, health-plan internal appeal, hospital financial-assistance cover letter, Medicare redetermination, or GFE dispute filing pack — deterministic eligibility + computed deadlines + a ready-to-send document. Honest-no: nothing sold on expired windows or unprotected scenarios.

## Output

A ready-to-send, citation-locked dispute letter tailored to the specified scenario (No Surprises Act, internal appeal, financial assistance, Medicare redetermination, or GFE dispute), along with a deterministic eligibility determination, computed filing deadlines, and supporting citation references — or an honest refusal if the scenario falls outside protected windows or unprotected categories.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "check"
 ],
 "properties": {
  "check": {
   "type": "string",
   "description": "surprise | gfe | assistance | appeal | msn"
  },
  "scenario": {
   "type": "string",
   "description": "surprise: emergency | oon_at_in_network | air_ambulance"
  },
  "denial_date": {
   "type": "string",
   "description": "appeal: denial date YYYY-MM-DD"
  },
  "patient_name": {
   "type": "string",
   "description": "Patient name (placeholder if omitted)"
  },
  "provider_name": {
   "type": "string",
   "description": "Provider/hospital/plan name for the letter"
  },
  "balance_billed": {
   "type": "string",
   "description": "surprise: the balance-billed amount"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clearcarepulse-rights-letter-generator-a254fe72/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clearcarepulse.theaslangroupllc.com](https://www.zero.xyz/host/clearcarepulse.theaslangroupllc.com/llms.txt)
