# VetPulse VA Disability Claim Builder

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

Generates an evidence brief, C&P exam preparation guide, and nexus letter template for a veteran's VA disability claim

## Facts

- Endpoint: GET https://vetpulse-five.vercel.app/api/vet/claim-builder
- Price: $0.2/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-claim-builder-8d04ffc8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i1tXH6mP2ern3wIuSPFvp

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-claim-builder-8d04ffc8
```

Example prompt: Help me build a VA disability claim for my knee injury — I served in the Army as an infantryman from 2005 to 2010 and hurt my knee during a training exercise at Fort Bragg. I need an evidence brief, C&P exam prep, and a nexus letter template.

## When to prefer this

Use this endpoint when a veteran or veterans-advocate agent needs to actively build and prepare documentation for a new VA disability claim, specifically requiring all three outputs: evidence brief, C&P exam prep, and nexus letter. Prefer this over informational guides when the user is ready to file or prepare a claim rather than just learn about the process.

## Known failure modes

- Missing or insufficient service history details may result in a generic or incomplete evidence brief
- Unrecognized condition names may not map to established VA diagnostic codes
- Payment not received or insufficient USDC balance results in 402 error and no content returned
- Overly vague input about the disability may produce a template that requires significant manual customization

## How this service works

VA disability claim builder for veteran and veterans-advocate agents. Returns an evidence brief, C&P exam prep, and a nexus letter template for a disability claim.

## Output

Returns a structured package containing: (1) an evidence brief summarizing the key facts and supporting documentation needed for the claim, (2) a C&P exam preparation guide with what to expect and how to describe symptoms, and (3) a nexus letter template establishing service connection between the disability and military service.

## 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 claims process to build the evidence strategy for: 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 conditions to build evidence strategy for (e.g. 'PTSD,sleep apnea,hypertension,tinnitus')"
  },
  "service_era": {
   "type": "string",
   "description": "Service era (e.g. 'Vietnam', 'Gulf War', 'OEF', 'OIF')"
  },
  "current_rating": {
   "type": "string",
   "description": "Current combined rating if filing a supplemental or new claim"
  },
  "previous_denials": {
   "type": "string",
   "description": "Description of any previous claim denials — affects strategy (HLR vs. Board appeal vs. supplemental)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vetpulse-va-disability-claim-builder-8d04ffc8/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)
