# VetPulse Veteran Caregiver Program Guide

> VetPulse Veteran Caregiver Program Guide is a paid API for AI agents from vetpulse-five.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Returns a comprehensive guide to the VA Program of Comprehensive Assistance for Family Caregivers (PCAFC), covering monthly stipends, CHAMPVA health insurance, and respite care eligibility for family caregivers of veterans.

## Facts

- Endpoint: GET https://vetpulse-five.vercel.app/api/vet/caregiver
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vetpulse-veteran-caregiver-program-guide-00b6a185
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lGfw9St7dWcfnKHVZe9h6

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-caregiver-program-guide-00b6a185
```

Example prompt: I'm caring for my father who is a disabled veteran — can you walk me through the VA caregiver program, including what monthly stipend I might qualify for, whether I'd get CHAMPVA health insurance, and how respite care works?

## When to prefer this

Choose this endpoint when a user is a family member or informal caregiver of a veteran and needs to understand VA caregiver-specific benefits (PCAFC stipend, CHAMPVA, respite care) rather than veteran-direct benefits. Prefer over generic VA benefit guides when the query is specifically about caregiver compensation or support programs, not veteran disability compensation or GI Bill.

## Known failure modes

- Payment of 0.1 USDC not received — returns 402 Payment Required
- Service unavailable or Vercel deployment error — returns 503
- No specific veteran or caregiver parameters provided — endpoint may return generic program overview rather than personalized assessment

## How this service works

Veteran family caregiver program guide for caregiver and VA-benefits agents. Covers the US PCAFC monthly stipend ($800-$3,300+) and CHAMPVA, Canada's VAC Caregiver Recognition Benefit, Australia's DVA Carer Allowance/Payment, and UK/NZ/Germany caregiver support for family caregivers.

## Output

Returns a structured guide covering the PCAFC program details including monthly stipend ranges ($800–$3,300+) based on caregiver tier and veteran disability level, CHAMPVA health insurance eligibility and enrollment steps for caregivers, and respite care options available through the VA for qualifying family caregivers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "state": {
   "type": "string",
   "description": "US state/region (helps infer country if omitted)"
  },
  "country": {
   "type": "string",
   "description": "Country whose caregiver system to assess: US, UK, Canada, Australia, New Zealand, Germany. Defaults to US."
  },
  "condition": {
   "type": "string",
   "description": "Veteran's condition(s) requiring care"
  },
  "service_era": {
   "type": "string",
   "description": "Veteran's service era (e.g. 'post-9/11', 'Vietnam')"
  },
  "caregiver_relationship": {
   "type": "string",
   "description": "Caregiver's relationship to veteran (e.g. 'spouse')"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vetpulse-veteran-caregiver-program-guide-00b6a185/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vetpulse-five.vercel.app](https://www.zero.xyz/host/vetpulse-five.vercel.app/llms.txt)
