# LegalPulse Consumer Rights Guidance

> LegalPulse Consumer Rights Guidance is a paid API for AI agents from legalpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Provides consumer rights guidance covering FDCPA debt-collection harassment, FCRA credit-report disputes, defective products, false advertising, warranty claims, and identity theft, including FTC/CFPB complaint steps and statutory damages.

## Facts

- Endpoint: GET https://legalpulse.theaslangroupllc.com/api/legal/consumer
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/legalpulse-consumer-rights-guidance-507a66be
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T-l5gYF7ULP4WYG6mCVVF

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-consumer-rights-guidance-507a66be
```

Example prompt: A debt collector has been calling me five times a day at work and threatening to sue me — are they violating the FDCPA, what are my rights, and how much could I claim in statutory damages?

## When to prefer this

Choose this endpoint when a user needs to understand their consumer protection rights under federal law — specifically FDCPA debt-collection harassment, FCRA credit reporting disputes, product defects, false advertising, warranty issues, or identity theft — and wants to know what complaint steps to take and what damages they can recover. Prefer this over general legal search when you need structured, actionable guidance rather than raw case law.

## Known failure modes

- Missing or vague situation description may return generic guidance rather than tailored advice
- Edge cases involving state-specific laws beyond federal FDCPA/FCRA may not be fully covered
- Situations outside consumer rights scope (e.g. criminal law) will likely return out-of-scope response
- Network or payment failure returns no response and the $0.10 USDC charge may still be deducted

## How this service works

Consumer rights guidance and debt-collection harassment check: FDCPA debt collection, FCRA credit-report disputes, defective products, false advertising, warranty, and identity theft, with FTC and CFPB complaint steps and the statutory damages a consumer can claim. For consumer-rights and legal agents.

## Output

Returns a detailed consumer rights assessment covering applicable laws (FDCPA, FCRA, etc.), whether violations appear to have occurred, the statutory damages the consumer may be entitled to claim, and step-by-step instructions for filing complaints with the FTC and/or CFPB.

## 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": {
      "issue": {
       "type": "string",
       "description": "defective product | false advertising | debt collection | credit report | identity theft | warranty"
      }
     }
    }
   },
   "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": {
  "issue": "defective product",
  "steps": [
   "Document defect with photos",
   "Send written demand (certified mail)",
   "File CFPB complaint",
   "Small claims court if under $10,000"
  ],
  "applicable_law": "Magnuson-Moss Warranty Act + state lemon laws",
  "typical_resolution": "refund or replacement within 30 days of formal demand"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/legalpulse-consumer-rights-guidance-507a66be/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)
