# SeniorPulse Elder-Law Document Guide

> SeniorPulse Elder-Law Document Guide is a paid API for AI agents from seniorpulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Explains the key elder-law legal documents—Power of Attorney, healthcare proxy, advance directive, and guardianship—including what each does and when an older adult needs it.

## Facts

- Endpoint: GET https://seniorpulse.vercel.app/api/senior/legal
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-elder-law-document-guide-30d1deb7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mBTVONp7diD0ItblgI7pD

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 seniorpulse-elder-law-document-guide-30d1deb7
```

Example prompt: Can you explain what a durable power of attorney, healthcare proxy, advance directive, and guardianship actually are, and help me figure out which legal documents my 78-year-old father needs in place right now?

## When to prefer this

Use this endpoint when a caregiver or elder-law agent needs plain-language explanations of the standard legal documents for older adults—POA, healthcare proxy, advance directive, and guardianship—especially when helping a family decide which documents to put in place. Best for educational and guidance use cases, not for drafting actual legal documents.

## Known failure modes

- Service unavailable returns a non-200 HTTP error
- Payment of 0.1 USDC via x402 not processed correctly results in 402 response
- Rate limiting may return 429 if called too frequently
- Content may not reflect the most recent state-specific legal requirements

## How this service works

Elder-law document guide / power of attorney, healthcare proxy, advance directive, and guardianship, by state: what each does and when an older adult needs it. For elder-law and caregiver agents — informational, not legal advice.

## Output

Returns structured explanations of the four core elder-law legal documents—Power of Attorney, healthcare proxy, advance directive, and guardianship—including what each document does, how it works, and the circumstances under which an older adult needs it.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "state": {
   "type": "string",
   "description": "US state or country for jurisdiction-specific document requirements"
  },
  "has_poa": {
   "type": "string",
   "description": "Whether an existing POA is in place — affects urgency and next steps"
  },
  "situation": {
   "type": "string",
   "description": "Describe the situation (e.g. 'parents have no POA, father showing memory decline', 'need healthcare proxy before surgery', 'sibling disputes who controls decisions')"
  },
  "capacity_concern": {
   "type": "boolean",
   "description": "Set true if there are concerns about the senior's cognitive capacity to sign legal documents — triggers guardianship guidance"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seniorpulse-elder-law-document-guide-30d1deb7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seniorpulse.vercel.app](https://www.zero.xyz/host/seniorpulse.vercel.app/llms.txt)
