# ImmigrationPulse Visa Requirements Lookup

> ImmigrationPulse Visa Requirements Lookup is a paid API for AI agents from immigrationpulse.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Returns visa requirements, categories, work rights, processing times, costs, and refusal-risk factors for any nationality and destination country pair.

## Facts

- Endpoint: GET https://immigrationpulse.vercel.app/api/visa
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/immigrationpulse-visa-requirements-lookup-c26b433e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vUZ3ZlmPxwu1a2fVgo05L

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-visa-requirements-lookup-c26b433e
```

Example prompt: What visa options and work rights are available for an Indian citizen looking to relocate to Canada, including processing times, costs, and any refusal-risk factors I should know about?

## When to prefer this

Use this endpoint when you need a comprehensive, structured snapshot of visa requirements between a specific nationality and destination — especially when work rights, refusal risk factors, processing times, and costs are all needed together in one call. Prefer this over generic travel advisory APIs when the use case is immigration or relocation planning rather than tourism.

## Known failure modes

- Unsupported nationality or destination country pair returns an error or empty result
- Stale data if visa policies have changed recently and the database hasn't been updated
- Ambiguous destination (e.g. territory vs. country) may return incorrect results
- Network or payment authorization failure returns a 402 or 5xx error

## How this service works

Visa requirements checker for any nationality and destination pair worldwide. Returns visa categories, work rights, processing times, costs, and refusal-risk factors across tourist, work, study, and family visas. For immigration and relocation agents.

## Output

Returns a structured breakdown of available visa categories for the given nationality-destination pair, including whether work is permitted, estimated government processing times, application costs, and key factors that may increase the risk of visa refusal.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "BCP-47 language code (e.g. es, fr, pt, hi, zh, ar)"
  },
  "category": {
   "type": "string",
   "description": "category"
  },
  "destination": {
   "type": "string",
   "description": "destination (default: United States)"
  },
  "nationality": {
   "type": "string",
   "description": "nationality (default: Indian)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/immigrationpulse-visa-requirements-lookup-c26b433e/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)
