# VetPulse Veteran Education Benefits Guide

> VetPulse Veteran Education 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 a comprehensive guide comparing GI Bill benefits, housing allowance calculations, VR&E eligibility, and dependent transfer options for veterans

## Facts

- Endpoint: GET https://vetpulse-five.vercel.app/api/vet/education
- 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-veteran-education-benefits-guide-a7de6c0e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W1Iv48zNCikVx1ouC-EYN

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-education-benefits-guide-a7de6c0e
```

Example prompt: I'm a post-9/11 veteran with an honorable discharge and I want to understand my education benefits — can you compare the GI Bill options, estimate my housing allowance, check if I qualify for VR&E, and tell me whether I can transfer benefits to my dependents?

## When to prefer this

Choose this endpoint when a veteran or VA-benefits agent needs a side-by-side comparison of education benefit options including GI Bill chapters, housing allowance estimates, VR&E eligibility, and dependent transfer rules — all in a single call. Prefer this over generic VA information sources when the agent needs structured, actionable education benefit guidance specifically tailored for veteran advisors.

## Known failure modes

- Missing or invalid veteran status information may return incomplete eligibility results
- Service unavailable if the Vercel deployment is down (5xx error)
- Payment failure if the x402 USDC transaction is not completed, blocking the response
- Incomplete benefit comparison if discharge type or service duration details are not provided

## How this service works

Veteran education benefits guide for veteran and VA-benefits agents. Compares the GI Bill, a housing allowance calculator, VR&E eligibility, and dependent transfer options.

## Output

A structured guide covering: GI Bill chapter comparisons (Post-9/11, Montgomery, etc.), a housing allowance (BAH) calculation based on enrollment and location, a VR&E (Chapter 31) eligibility assessment, and details on dependent transfer eligibility and requirements

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "branch": {
   "type": "string",
   "description": "Military branch — affects reserve component benefit calculations"
  },
  "chapter": {
   "type": "string",
   "description": "GI Bill chapter of interest (US only; e.g. '33', '30', '35', '1606') — or omit for full comparison"
  },
  "country": {
   "type": "string",
   "description": "Country whose education benefit system to assess: US, UK, Canada, Australia, New Zealand, or Germany (other countries supported on a best-effort basis). Note: the US GI Bill has no exact foreign equivalent in scale — non-US answers describe the closest real program. Defaults to US if omitted and cannot be inferred."
  },
  "dependents": {
   "type": "boolean",
   "description": "Whether veteran has dependents — affects DEA transferability and some benefit calculations"
  },
  "school_location": {
   "type": "string",
   "description": "School city and state — used to estimate monthly housing allowance (E-5 with dependent BAH rate)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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