# ImmigrationPulse Know-Your-Rights Guide

> ImmigrationPulse Know-Your-Rights Guide is a paid API for AI agents from immigrationpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns immigrant rights information by country and visa type, covering work rights, healthcare, education access, legal protections, and deportation defense for any immigration status worldwide.

## Facts

- Endpoint: GET https://immigrationpulse.theaslangroupllc.com/api/rights
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/immigrationpulse-know-your-rights-guide-3bded3eb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rsIwnpyyRUzUusxKooTdq

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 immigrationpulse-know-your-rights-guide-3bded3eb
```

Example prompt: What are my rights as an undocumented immigrant in the United States — specifically around work, healthcare, education, and what to do if immigration authorities come to my door?

## When to prefer this

Use this endpoint when an agent needs to explain legal rights and protections to an immigrant or advocacy professional based on their specific country of residence and visa/immigration status. Prefer this over general legal search when the user needs structured, actionable know-your-rights content rather than raw legal text or case law.

## Known failure modes

- Unsupported country or region — limited coverage outside major destination countries
- Invalid or unrecognized visa type — may return generic status-based rights instead
- Outdated legal information if immigration laws have recently changed
- Ambiguous immigration status input leading to overly broad or incorrect guidance

## How this service works

Immigrant rights / know-your-rights guide by country and visa type. Covers work rights, healthcare, education access, legal protections, and deportation defense for any immigration status worldwide. For immigration and legal agents.

## Output

A structured know-your-rights guide covering work rights, healthcare entitlements, education access, legal protections, and deportation defense strategies for the specified country and immigration status/visa type.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "destination": {
   "type": "string",
   "description": "destination (default: United States)"
  },
  "visa_status": {
   "type": "string",
   "description": "Visa type or immigration status (e.g. H-1B, F-1, Green Card, TN, Skilled Worker, ILR) (default: work visa)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/immigrationpulse-know-your-rights-guide-3bded3eb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from immigrationpulse.theaslangroupllc.com](https://www.zero.xyz/host/immigrationpulse.theaslangroupllc.com/llms.txt)
