# LegalPulse Know-Your-Rights Scripts

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

Returns exact what-to-say scripts and know-your-rights guidance for traffic stops, arrests, search and seizure, Miranda rights, immigration encounters, workplace surveillance, and tenant inspections under Fourth Amendment and civil rights law

## Facts

- Endpoint: GET https://legalpulse.theaslangroupllc.com/api/legal/rights
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/legalpulse-know-your-rights-scripts-7406e203
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_L8IO5uAlH0lUKt2qJ84BW

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-know-your-rights-scripts-7406e203
```

Example prompt: I just got pulled over and the officer is asking to search my car — give me the exact words I should say to assert my Fourth Amendment rights and refuse consent to the search.

## When to prefer this

Use this endpoint when an agent needs ready-to-use, verbatim scripts for real-world legal encounters with law enforcement, immigration officials, employers, or landlords — particularly when exact wording matters and the user needs to know their Fourth Amendment or civil rights in the moment. Prefer this over general legal Q&A endpoints when the output must be actionable, spoken-word guidance rather than a legal analysis.

## Known failure modes

- Unsupported scenario type returns empty or generic response
- Jurisdiction-specific nuances may not be fully addressed for all 50 states
- Rapidly changing case law may not be reflected in static scripts
- Ambiguous encounter type may return a generalized rather than targeted script

## How this service works

Know-your-rights scripts with exact what-to-say wording for traffic stops, arrests, search and seizure, Miranda, immigration encounters, workplace surveillance, and tenant inspections, covering Fourth Amendment and civil rights. For consumer-rights and legal agents.

## Output

A structured response containing exact scripted language to use in the requested legal encounter, an explanation of the relevant civil rights and constitutional protections that apply, and scenario-specific guidance covering Fourth Amendment rights, Miranda rights, or other applicable civil rights protections.

## 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": {
      "situation": {
       "type": "string",
       "description": "traffic stop | arrest | search | immigration | employment | housing | voting | medical"
      }
     }
    }
   },
   "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": {
  "rights": [
   "Right to remain silent",
   "Right to refuse consent to search",
   "Right to record police in public",
   "Right to attorney if arrested"
  ],
  "situation": "traffic stop",
  "what_to_say": "I am invoking my right to remain silent. Am I free to go?"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/legalpulse-know-your-rights-scripts-7406e203/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)
