# VetPulse Veteran Healthcare Benefits Guide

> VetPulse Veteran Healthcare Benefits Guide is a paid API for AI agents from api.vetpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns veteran healthcare enrollment eligibility, priority groups/card levels, copays, dependent coverage, and community care access across US (VA), UK (NHS veteran priority), Canada (VAC), Australia (DVA Gold/White Card), and New Zealand/Germany

## Facts

- Endpoint: GET https://api.vetpulse.theaslangroupllc.com/api/vet/healthcare
- 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/vetpulse-veteran-healthcare-benefits-guide-416a6ed6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6K5rEyaMIWd8HQPhYDUf4

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 vetpulse-veteran-healthcare-benefits-guide-416a6ed6
```

Example prompt: I'm a US veteran with a 70% disability rating and an honorable discharge — can you look up my VA healthcare eligibility, what priority group I'd be in, my expected copays, and whether my spouse would be covered?

## When to prefer this

Choose this endpoint when an agent needs authoritative, structured guidance on veteran healthcare enrollment, priority levels, copays, or dependent coverage for veterans in the US, UK, Canada, Australia, New Zealand, or Germany — especially when a user needs to understand which healthcare tier they qualify for or how to access civilian/community care alternatives.

## Known failure modes

- Unsupported country or region returns an error or empty result
- Missing required parameters such as country or veteran status may return a 400 error
- Ambiguous or incomplete service history may produce a generic eligibility result rather than a personalized one
- Payment failure (x402) results in no data returned
- Rate limiting or service unavailability may return a 5xx error

## How this service works

VA healthcare (US), NHS veteran priority care (UK), VAC health benefits (Canada), DVA Gold/White Card (Australia), and NZ/Germany veteran healthcare guide for veteran and VA-benefits agents. Returns enrollment eligibility, priority group/card level, copays, dependent coverage, and community/civilian care access.

## Output

A structured guide containing enrollment eligibility determination, priority group or card level (e.g., Priority Group 1-8 for VA, DVA Gold/White Card for Australia), applicable copay schedules, dependent coverage rules, and options for community or civilian care access — tailored to the specified country's veteran healthcare system.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "income": {
   "type": "number",
   "description": "Annual household income — affects priority group 5–8 placement and copay amounts"
  },
  "country": {
   "type": "string",
   "description": "Country whose veteran healthcare system to assess: US, UK, Canada, Australia, New Zealand, or Germany (other countries supported on a best-effort basis). Defaults to US if omitted and cannot be inferred."
  },
  "dependents": {
   "type": "boolean",
   "description": "Set true to include dependent health-coverage analysis (e.g. CHAMPVA for US)"
  },
  "priority_group": {
   "type": "string",
   "description": "Current VA priority group if known (1–8, US only)"
  },
  "disability_rating": {
   "type": "string",
   "description": "VA disability rating — service-connected veterans (any rating) are Priority Group 1–3"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vetpulse-veteran-healthcare-benefits-guide-416a6ed6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.vetpulse.theaslangroupllc.com](https://www.zero.xyz/host/api.vetpulse.theaslangroupllc.com/llms.txt)
