# VetPulse VA Disability Compensation Guide

> VetPulse VA Disability Compensation Guide is a paid API for AI agents from vetpulse-five.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Returns claimable conditions, estimated disability ratings, and monthly VA benefit calculations for a veteran's specific situation

## Facts

- Endpoint: GET https://vetpulse-five.vercel.app/api/vet/disability
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vetpulse-va-disability-compensation-guide-6aca9ddf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RvvZIUC4jgIgdbxhVMwM5

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-va-disability-compensation-guide-6aca9ddf
```

Example prompt: I served 8 years in the Army as an infantryman and have been diagnosed with PTSD, tinnitus, and a left knee injury — can you tell me what VA disability conditions I could claim, what combined rating I'd likely get, and how much monthly compensation I'd receive?

## When to prefer this

Use this endpoint when a veteran or VA benefits agent needs to understand what disability conditions are claimable, get an estimated combined rating, and calculate expected monthly compensation — particularly when the user has specific conditions or a service history to evaluate. Prefer over generic VA information resources when a personalized rating and dollar-amount estimate is needed.

## Known failure modes

- Missing or insufficient service history details may return incomplete condition list
- Conditions not recognized as service-connectable return no rating estimate
- Invalid or out-of-range disability percentage inputs may return calculation errors
- Network or payment authorization failure returns 402 or 5xx error

## How this service works

VA disability compensation guide for veteran and VA-benefits agents. Returns claimable conditions, estimated ratings, and monthly benefit calculation.

## Output

Returns a list of claimable service-connected conditions, estimated individual and combined disability ratings using VA math, and the calculated monthly monetary benefit amount based on the veteran's dependency status and rating tier

## 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-va-disability-compensation-guide-6aca9ddf/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)
