# SeniorPulse Caregiver Guide

> SeniorPulse Caregiver 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).

Returns legal documents checklist, respite-care options, local resources, and burnout-prevention guidance for caregivers of aging parents

## Facts

- Endpoint: GET https://seniorpulse.vercel.app/api/senior/caregiver
- 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-caregiver-guide-c0d297ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vW1qbnsfWIhHbYtJ9juKO

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-caregiver-guide-c0d297ec
```

Example prompt: I just became the primary caregiver for my aging mother and I'm overwhelmed — can you pull up the legal documents I need to put in place, respite-care options so I can get a break, local resources, and tips for avoiding burnout?

## When to prefer this

Choose this endpoint when a caregiver or family agent needs a comprehensive overview of caregiver support — spanning legal preparation, respite care, local resources, and emotional wellbeing — rather than a single specialized topic. For narrower needs (VA benefits, Medicaid eligibility, specific legal documents only), prefer the more specialized sibling endpoints on seniorpulse.vercel.app.

## Known failure modes

- Payment not processed — 402 response if x402 payment header is missing or insufficient
- Service unavailable — 503 if the upstream data source is temporarily unreachable
- No location-specific resources returned if geographic context is not provided
- Generic guidance returned if care situation details are insufficient

## How this service works

Caregiver support guide / caring for an aging parent: the legal documents to put in place, respite-care options, local resources, and burnout-prevention guidance. For caregiver and family agents — informational.

## Output

A structured guide covering: (1) key legal documents to establish (POA, healthcare proxy, etc.), (2) respite-care options for caregiver relief, (3) local elder-care resources, and (4) practical burnout-prevention strategies tailored to family caregivers of aging parents.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "situation"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "location": {
   "type": "string",
   "description": "Location for local resource search — city and country (e.g. 'Denver CO', 'Bristol UK', 'Vancouver Canada')"
  },
  "situation": {
   "type": "string",
   "description": "Description of the caregiving situation (e.g. 'caring for 85yo mother with dementia, living 200 miles away', 'husband with Parkinson's, need respite care options in Manchester UK')"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seniorpulse-caregiver-guide-c0d297ec/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)
