# VetPulse Aid & Attendance Eligibility Assessment

> VetPulse Aid & Attendance Eligibility Assessment is a paid API for AI agents from api.vetpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Assesses veteran eligibility for care-related pension supplements (US Aid & Attendance, UK Attendance Allowance/AFCS, Canada VAC Attendance Allowance, Australia DVA attendant care, and NZ/Germany equivalents) and returns benefit amounts up to $2,727/month or local equivalent.

## Facts

- Endpoint: GET https://api.vetpulse.theaslangroupllc.com/api/vet/aid-attendance
- 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/vetpulse-aid-attendance-eligibility-assessment-006a300b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qghe3_-Xg20taA_6yNovG

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-aid-attendance-eligibility-assessment-006a300b
```

Example prompt: My dad is a 78-year-old US Army veteran with a 70% VA disability rating who now needs help with bathing and dressing every day — can you check if he qualifies for Aid and Attendance and how much he could receive per month?

## When to prefer this

Use this endpoint when a user needs to determine whether a veteran or surviving spouse qualifies for a care-related pension supplement or attendance allowance, especially when multi-country coverage (US, UK, Canada, Australia, NZ, Germany) is needed in a single call. Prefer this over general VA benefits endpoints when the specific question is about care assistance payments tied to needing help with daily activities, not disability ratings or education benefits.

## Known failure modes

- Insufficient veteran profile data provided — missing service history or disability rating
- Country not supported beyond the listed six jurisdictions
- Ambiguous care needs description prevents accurate eligibility scoring
- API returns 402 if payment header is missing or USDC balance insufficient
- Conflicting eligibility signals (e.g., income limits not met) result in ineligible determination with explanation

## How this service works

VA Aid and Attendance (US), Attendance Allowance/AFCS care supplement (UK), VAC Attendance Allowance (Canada), DVA attendant care (Australia), and NZ/Germany equivalents assessment for veteran and VA-benefits agents. Returns eligibility for the pension/allowance paying up to $2,727/month (US) or the local equivalent for veterans needing care.

## Output

Returns eligibility determination for care-related veteran pension supplements across multiple countries (US, UK, Canada, Australia, NZ, Germany), including the specific program name, qualifying criteria met or not met, and the monthly benefit amount the veteran may be entitled to (up to $2,727/month for US Aid & Attendance or the local country equivalent).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "age": {
   "type": "number",
   "description": "Veteran age"
  },
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "needs": {
   "type": "string",
   "description": "Care needs description (e.g. 'requires daily assistance with bathing, dressing, and medication management')"
  },
  "assets": {
   "type": "number",
   "description": "Total net worth in USD excluding primary home and one vehicle"
  },
  "income": {
   "type": "number",
   "description": "Monthly gross income in USD (Social Security, pension, other)"
  },
  "country": {
   "type": "string",
   "description": "Country whose veteran pension/care-allowance 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."
  },
  "care_cost": {
   "type": "number",
   "description": "Monthly unreimbursed care costs in USD — deducted from income for pension calculation"
  },
  "surviving_spouse": {
   "type": "boolean",
   "description": "Set true if applicant is a surviving spouse of a veteran — unlocks Survivors Pension and different Aid & Attendance rates"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vetpulse-aid-attendance-eligibility-assessment-006a300b/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)
