# ImmigrationPulse Cost Breakdown

> ImmigrationPulse Cost Breakdown 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 an itemized immigration cost breakdown including government fees, attorney fees, medical exams, document costs, hidden costs, family add-ons, and fee waivers for a given visa or immigration pathway.

## Facts

- Endpoint: GET https://immigrationpulse.vercel.app/api/cost
- 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-cost-breakdown-2490ca46
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fJQi4ko9w5bXC1DmNmom-

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-cost-breakdown-2490ca46
```

Example prompt: Give me a full cost breakdown for a US spousal green card application, including government filing fees, attorney fees, medical exam costs, any hidden fees, and whether there are any fee waivers available — for a family of two.

## When to prefer this

Use this endpoint when a user needs a comprehensive, itemized financial breakdown of immigration costs rather than just general visa requirements or eligibility. Ideal for immigration attorneys, relocation agents, and individuals budgeting for an immigration process who need to understand all cost components including hidden fees and family surcharges.

## Known failure modes

- Unsupported visa type or country combination returns empty or partial results
- Ambiguous pathway specification may return generic rather than specific cost data
- Fee data may be outdated if government schedules have recently changed
- Missing required query parameters result in an error response

## How this service works

Immigration cost calculator / visa fee breakdown. Itemizes government and USCIS fees, attorney fees, medical exams, document costs, hidden costs, family add-ons, and fee waivers for any visa type and destination worldwide. For immigration and relocation agents.

## Output

A structured, itemized list of all immigration costs associated with the requested visa or pathway, including government fees, attorney fees, medical exam costs, document preparation fees, lesser-known hidden costs, additional costs for family members, and applicable fee waivers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "visa_type": {
   "type": "string",
   "description": "Visa or form type (e.g. I-485, EB-2, H-1B, F-1, Canada Express Entry, UK Skilled Worker) (default: H-1B)"
  },
  "destination": {
   "type": "string",
   "description": "destination (default: United States)"
  },
  "family_size": {
   "type": "integer",
   "description": "Number of dependents to include in cost model"
  },
  "with_attorney": {
   "type": "boolean",
   "description": "Include attorney fee estimate (default: true)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/immigrationpulse-cost-breakdown-2490ca46/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)
