# ImmigrationPulse Immigrant Rights by Country & Visa Type

> ImmigrationPulse Immigrant Rights by Country & Visa Type is a paid API for AI agents from immigrationpulse.vercel.app, 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, legal protections, deportation defense, and know-your-rights guidance.

## Facts

- Endpoint: GET https://immigrationpulse.vercel.app/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-immigrant-rights-by-country-visa-type-ed0b41a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cOIZb4qJwWP5hCJKB5xLy

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-immigrant-rights-by-country-visa-type-ed0b41a6
```

Example prompt: What rights does someone on an H-1B work visa have in the United States — specifically around working, accessing healthcare, deportation defense, and what they should know if detained?

## When to prefer this

Use this endpoint when an AI agent needs to answer questions about what rights, protections, or entitlements an immigrant holds in a specific country under a specific visa type — especially for legal guidance, know-your-rights education, deportation defense context, or cross-border relocation planning. Prefer this over general legal search tools when structured, country- and visa-specific rights data is needed quickly.

## Known failure modes

- Unsupported country or visa type returns empty or error response
- Ambiguous visa category may return generalized rather than specific rights
- Information may not reflect very recent legislative changes
- Missing required parameters (country or visa type) results in a 400-level error

## 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 breakdown of immigrant rights for the specified country and visa type, including work authorization details, healthcare access, education entitlements, applicable legal protections, deportation defense options, and plain-language know-your-rights guidance.

## 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-immigrant-rights-by-country-visa-type-ed0b41a6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from immigrationpulse.vercel.app](https://www.zero.xyz/host/immigrationpulse.vercel.app/llms.txt)
