# LegalPulse Letter Writer

> LegalPulse Letter Writer is a paid API for AI agents from legalpulse-rho.vercel.app, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Generates research-backed advocacy letters for legal disputes including medical bills, debt settlement, insurance appeals, tenant disputes, employment issues, FDCPA, and FCRA claims

## Facts

- Endpoint: GET https://legalpulse-rho.vercel.app/api/legal/letter
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/legalpulse-letter-writer-35424bc4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Nbkjhdl-ZrQkNw47OB_XI

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 legalpulse-letter-writer-35424bc4
```

Example prompt: Can you write me a research-backed advocacy letter disputing a $2,400 medical bill from St. Luke's Hospital that my insurance denied — I need it to cite FDCPA protections and request an itemized statement?

## When to prefer this

Choose this endpoint when a user needs a formally written, legally-grounded advocacy letter for consumer protection disputes such as medical billing errors, debt collection harassment, credit report inaccuracies, insurance denials, landlord disputes, or employment grievances — especially when citing specific statutes like FDCPA or FCRA is important.

## Known failure modes

- Missing or insufficient dispute details may result in a generic or incomplete letter
- Unsupported dispute categories may return an error or fallback response
- Payment failure (402) if USDC payment is not properly included
- Network timeout if the generation takes too long
- Invalid request parameters may return a 400 error

## How this service works

Demand letter generator and cease-and-desist letter writer: drafts research-backed advocacy and dispute letters with statute citations for medical bills, debt settlement, insurance appeals, tenant, employment, contractor, breach-of-contract, FDCPA, and FCRA matters. For legal and consumer-rights agents.

## Output

A professionally drafted, research-backed advocacy letter tailored to the specified legal dispute type, citing relevant statutes (e.g. FDCPA, FCRA) and structured for formal correspondence with the opposing party.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "type": {
       "type": "string"
      },
      "state": {
       "type": "string",
       "description": "CA | TX | NY | FL"
      },
      "amount": {
       "type": "string"
      },
      "outcome": {
       "type": "string",
       "description": "describe desired resolution"
      },
      "recipient": {
       "type": "string",
       "description": "landlord | employer | contractor | business"
      },
      "situation": {
       "type": "string",
       "description": "describe the dispute"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "send_via": "certified mail + email",
  "letter_type": "demand",
  "key_elements": [
   "Statement of facts",
   "Legal basis",
   "Specific remedy demanded",
   "Response deadline (10-14 days)"
  ],
  "next_step_if_ignored": "Small claims court or attorney referral"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/legalpulse-letter-writer-35424bc4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from legalpulse-rho.vercel.app](https://www.zero.xyz/host/legalpulse-rho.vercel.app/llms.txt)
