# VetPulse Disability Claim Builder

> VetPulse Disability Claim Builder is a paid API for AI agents from api.vetpulse.theaslangroupllc.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-13).

Builds a complete disability claim package—evidence brief, exam prep, and nexus/causation letter template—for veterans filing in the US (VA), UK (AFCS/Veterans UK), Canada (VAC), or Australia (DVA).

## Facts

- Endpoint: GET https://api.vetpulse.theaslangroupllc.com/api/vet/claim-builder
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vetpulse-disability-claim-builder-2ccd7350
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8-G5stqZFGNAYqG-8pka5

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-disability-claim-builder-2ccd7350
```

Example prompt: Can you build a full disability claim package for a US Army veteran who served 2010–2018 and is filing a VA claim for PTSD and a knee injury — I need the evidence brief, C&P exam prep notes, and a nexus letter template?

## When to prefer this

Use this endpoint when a veteran or veterans advocate needs a ready-to-use disability claim package across any of the four major Anglosphere veterans claims systems (US VA, UK AFCS/Veterans UK, Canada VAC, Australia DVA). It is especially valuable when the user needs all three components—evidence brief, exam prep, and nexus letter—in one call rather than researching each element separately.

## Known failure modes

- Missing required parameters such as country/system or condition returns an error or incomplete output
- Unsupported claim system or country outside VA/UK/Canada/Australia may return no result
- Ambiguous or overly vague condition descriptions may produce a generic rather than condition-specific package
- Payment failure (x402) results in no response

## How this service works

VA (US), Veterans UK/AFCS, VAC (Canada), and DVA (Australia) disability claim builder for veteran and veterans-advocate agents. Returns an evidence brief, exam prep, and a nexus/causation letter template for a disability claim in any of these systems.

## Output

Returns a structured claim package containing: an evidence brief summarizing relevant service records and medical evidence, an exam preparation guide for the relevant disability evaluation (e.g., C&P exam for VA), and a nexus/causation letter template establishing the service connection — tailored to the specified claims system (VA, AFCS/Veterans UK, VAC Canada, or DVA Australia).

## 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-disability-claim-builder-2ccd7350/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)
