# LegalPulse Demand & Cease-and-Desist Letter Generator

> LegalPulse Demand & Cease-and-Desist Letter Generator is a paid API for AI agents from legalpulse.theaslangroupllc.com, paid per call via x402, $2/call, status unknown (last checked 2026-09-14).

Drafts research-backed demand letters and cease-and-desist letters with statute citations for medical bills, debt settlement, insurance appeals, tenant, employment, FDCPA, and FCRA disputes.

## Facts

- Endpoint: GET https://legalpulse.theaslangroupllc.com/api/legal/letter
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/legalpulse-demand-cease-and-desist-letter-generator-7f79c1c4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VX0ByUrrJBiNK1hzGpucQ

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-demand-cease-and-desist-letter-generator-7f79c1c4
```

Example prompt: Draft a cease-and-desist demand letter for me — a debt collector called me 7 times this day violating the FDCPA, the creditor is Midland Credit Management, and I want the letter to cite the specific FDCPA statutes and demand they stop all contact immediately.

## When to prefer this

Use this endpoint when a user needs a formal, statute-backed demand or cease-and-desist letter for consumer, tenant, employment, or contract disputes — especially when FDCPA, FCRA, or specific medical billing statutes must be cited. Prefer this over general legal information endpoints when the output must be an actionable, sendable letter rather than advisory guidance.

## Known failure modes

- Missing or insufficient dispute details result in a generic or incomplete letter
- Unsupported dispute category returns an error or fallback response
- Ambiguous jurisdiction may result in missing state-specific statute citations
- Rate limiting or payment failure returns HTTP 402 or 429

## 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 fully drafted, statute-cited demand or cease-and-desist letter tailored to the specified legal dispute type, including relevant federal or state law citations, a clear statement of the grievance, and specific demands for remedy or cessation of conduct.

## 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-demand-cease-and-desist-letter-generator-7f79c1c4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from legalpulse.theaslangroupllc.com](https://www.zero.xyz/host/legalpulse.theaslangroupllc.com/llms.txt)
