# SeniorPulse Elder-Law Document Guide

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

Returns state-specific explanations of key elder-law legal documents — power of attorney, healthcare proxy, advance directive, and guardianship — including what each does and when an older adult needs them.

## Facts

- Endpoint: GET https://seniorpulse.theaslangroupllc.com/api/senior/legal
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/seniorpulse-elder-law-document-guide-5fe586f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-v2RJRE-X26pS686ZZEQ0

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-5fe586f3
```

Example prompt: Can you explain the difference between a power of attorney, healthcare proxy, advance directive, and guardianship for an elderly person in Florida — specifically what each document does and when my 78-year-old dad would actually need one?

## When to prefer this

Use this endpoint when an elder-law agent, caregiver agent, or estate planning assistant needs to explain the purpose and timing of core legal documents for older adults on a state-by-state basis. Ideal when a user asks about POA, healthcare proxy, living will, advance directive, or guardianship in the context of aging parents or senior care planning.

## Known failure modes

- State not recognized or unsupported — may return generic rather than state-specific guidance
- Ambiguous document type query may return broad overview rather than targeted explanation
- Payment failure (x402) — call will not proceed without successful 0.1 USDC payment
- Service unavailability resulting in no response

## 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

A structured informational guide covering each major elder-law document type (power of attorney, healthcare proxy, advance directive, guardianship) with plain-language explanations of what each does, how they differ, and state-specific guidance on when an older adult needs them. Not legal advice — educational reference content.

## 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-5fe586f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seniorpulse.theaslangroupllc.com](https://www.zero.xyz/host/seniorpulse.theaslangroupllc.com/llms.txt)
