# VetPulse State Veteran Benefits Guide

> VetPulse State Veteran Benefits Guide is a paid API for AI agents from vetpulse-five.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns the complete list of state-level veteran benefits available on top of federal VA programs for a given state.

## Facts

- Endpoint: GET https://vetpulse-five.vercel.app/api/vet/state-benefits
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vetpulse-state-veteran-benefits-guide-1afcbe95
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_65NZWbvs50dzfN967ZcF4

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-state-veteran-benefits-guide-1afcbe95
```

Example prompt: What state-level veteran benefits are available to me in Colorado, on top of what I already get from the federal VA?

## When to prefer this

Use this endpoint when a veteran or VA-benefits agent needs to surface state-specific benefits that supplement federal VA programs — particularly useful after establishing a veteran's state of residence and federal benefit eligibility. Prefer this over generic web search when structured, curated state benefit data is needed for agent reasoning or benefit counseling workflows.

## Known failure modes

- Unsupported or invalid state code returns an error or empty result
- Missing required state parameter causes a 400 bad request
- Stale or incomplete state benefit data if state legislature recently changed programs
- Payment failure (x402) if USDC balance is insufficient, returning 402 Payment Required

## How this service works

State veteran benefits guide for veteran and VA-benefits agents. Returns the complete list of state veteran benefits on top of federal VA programs.

## Output

A structured list of state veteran benefits including program names, eligibility requirements, benefit amounts or descriptions, and how they complement federal VA programs for the queried state.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "state"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "state": {
   "type": "string",
   "description": "US state, UK devolved nation/council, Canadian province, Australian state/territory, or other region name (e.g. 'Texas', 'Scotland', 'Ontario', 'Queensland')"
  },
  "country": {
   "type": "string",
   "description": "Country the region belongs to: US, UK, Canada, Australia, New Zealand, or Germany (other countries supported on a best-effort basis). Inferred from a recognized region name if omitted; defaults to US otherwise."
  },
  "disability_rating": {
   "type": "string",
   "description": "VA disability rating percentage — many state benefits require minimum rating (e.g. '70', '100', 'P&T')"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vetpulse-state-veteran-benefits-guide-1afcbe95/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)
