# DealPulse Subscription-Trap Demand Letter Generator

> DealPulse Subscription-Trap Demand Letter Generator is a paid API for AI agents from dealpulse.theaslangroupllc.com, paid per call via x402, $2/call, status unknown (last checked 2026-09-15).

Generates a state-law-compliant demand letter for subscription trap victims, covering refund demands, unconditional-gift notices, or cancellation-obstruction claims under auto-renewal laws in 10 US states.

## Facts

- Endpoint: GET https://dealpulse.theaslangroupllc.com/api/deals/subscription-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/dealpulse-subscription-trap-demand-letter-generator-f83ffda1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yKKkC-dJWIxJFeoRnluUy

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 dealpulse-subscription-trap-demand-letter-generator-f83ffda1
```

Example prompt: I signed up for a streaming service in California, they never showed me a clear cancellation mechanism, and they charged me $49.99 after I tried to cancel — can you draft me a state-law demand letter citing the California auto-renewal statute, computing my exposure including any penalty tiers, and demanding a full refund?

## When to prefer this

Use this endpoint when a consumer or their agent needs a ready-to-send, legally grounded demand letter under one of the 10 supported states' auto-renewal laws, with computed statutory damages and verbatim citations. Prefer this over generic legal text generators when state-specific auto-renewal law compliance, pre-suit notice requirements (especially Delaware), or specific damage floors and treble-damage calculations are needed.

## Known failure modes

- Unsupported jurisdiction (state not in supported 10-state list) — letter not generated
- Insufficient facts to support a legal claim — endpoint returns honest-no on unsupportable elements
- Missing required input parameters such as state or violation type — request fails or returns incomplete letter
- Edge cases in FL void-refund tier may produce limited output if refund conditions aren't met

## How this service works

Citation-locked subscription-trap demand letter — refund demand, unconditional-gift letter (goods), or cancellation-obstruction letter under 10 states' auto-renewal laws (CA/NY/DC/VA/IL/VT/OR/HI/DE + FL void-refund tier), safe-harbor framed: the refund the statute's own escape hatch requires is what the letter demands. In DE the letter IS the §2737(a) pre-suit notice. Verbatim quotes, computed exposure (DC treble/$1,500; HI $1,000 floor). Honest-no on unsupportable facts.

## Output

A fully drafted, citation-locked demand letter tailored to the specified US state's auto-renewal law, including verbatim statutory quotes, computed damages exposure (e.g., DC treble damages, HI $1,000 floor), safe-harbor framing, and — where applicable (Delaware) — the required §2737(a) pre-suit notice. Responses include honest omissions where facts don't support a claim.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "state"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Letter language (default English)"
  },
  "state": {
   "type": "string",
   "description": "US state code (CA|NY|DC|VA|IL|VT|OR|HI|DE|FL letter-worthy)"
  },
  "no_consent": {
   "type": "string",
   "description": "true if no affirmative consent was obtained"
  },
  "seller_name": {
   "type": "string",
   "description": "Seller name for the letter"
  },
  "consumer_name": {
   "type": "string",
   "description": "Your name (placeholder if omitted)"
  },
  "total_charged": {
   "type": "string",
   "description": "USD total from your billing records"
  },
  "cancel_blocked": {
   "type": "string",
   "description": "true if cancellation was obstructed"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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