# VetPulse Veteran Disability Compensation Guide

> VetPulse Veteran Disability Compensation Guide 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).

Returns claimable conditions, estimated disability ratings, and monthly benefit calculations for veteran disability compensation programs across the US (VA), UK (AFCS/War Pension), Canada (VAC), Australia (DVA), and New Zealand/Germany.

## Facts

- Endpoint: GET https://api.vetpulse.theaslangroupllc.com/api/vet/disability
- 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-veteran-disability-compensation-guide-11f44970
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7nbWe-MAIhpgNDuyv-tvc

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-disability-compensation-guide-11f44970
```

Example prompt: I'm a US Army veteran with a 70% VA rating for PTSD and a knee condition — can you look up what monthly compensation I'd receive from the VA, whether I have any additional claimable conditions, and how that compares to what I'd get under the UK Armed Forces Compensation Scheme?

## When to prefer this

Use this endpoint when a user needs to understand their veteran disability compensation eligibility, estimate their rating or monthly benefit amount, or compare compensation schemes across multiple countries (US/UK/Canada/Australia/NZ/Germany). Prefer this over the claim builder sibling endpoint when the goal is information and estimation rather than building an actual claim submission.

## Known failure modes

- Missing or invalid jurisdiction parameter may return incomplete multi-country results
- Uncommon or newly recognized conditions may not have rating estimates
- Calculation may differ from actual VA adjudication due to individual case complexity
- Network timeout or service unavailability returns 5xx error
- Invalid or unsupported condition codes may return empty claimable conditions list

## How this service works

VA (US), Armed Forces Compensation Scheme / War Pension (UK), VAC (Canada), DVA (Australia), and NZ/Germany veteran disability compensation guide for veteran and VA-benefits agents. Returns claimable conditions, estimated ratings, and monthly benefit calculation.

## Output

Returns a structured guide including: list of claimable disability conditions relevant to the veteran's profile, estimated disability ratings for each condition, combined rating calculation, estimated monthly benefit amounts across applicable compensation schemes (VA, AFCS/War Pension, VAC, DVA, NZ/Germany), and program-specific eligibility notes.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "conditions"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "country": {
   "type": "string",
   "description": "Country whose veteran disability 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."
  },
  "conditions": {
   "type": "string",
   "description": "Comma-separated medical conditions (e.g. 'tinnitus,PTSD,lumbar strain,sleep apnea')"
  },
  "service_era": {
   "type": "string",
   "description": "Service era for presumptive condition assessment (e.g. 'Vietnam', 'Gulf War', 'OEF', 'OIF', 'Korea')"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vetpulse-veteran-disability-compensation-guide-11f44970/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)
