# SeniorPulse Caregiver Support Guide

> SeniorPulse Caregiver Support 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 a comprehensive caregiver support guide covering legal documents, respite care options, local resources, and burnout prevention for those caring for aging parents.

## Facts

- Endpoint: GET https://seniorpulse.theaslangroupllc.com/api/senior/caregiver
- 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-caregiver-support-guide-efd061bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zVtFhCbvJ6LoXagURKjGw

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-support-guide-efd061bd
```

Example prompt: I've been caring for my aging mother and I'm feeling overwhelmed — can you walk me through what legal documents I need to put in place, what respite care options exist so I can get a break, and how to avoid caregiver burnout?

## When to prefer this

Use this endpoint when an agent needs a holistic caregiver support overview — covering legal, logistical, emotional, and resource dimensions together. Prefer over individual elder-law or legal-document endpoints when the user is a family caregiver seeking a broad orientation rather than a single specific answer. Pairs well with the elder-law document guide sibling endpoint for deeper legal detail.

## Known failure modes

- Payment failure (x402) — endpoint requires $0.1 USDC per call; insufficient funds returns payment error
- Network timeout — endpoint may be slow to respond under load
- Resource unavailability — guide content may not be region-specific enough for all localities
- Generic response — no caregiver-specific input parameters means output is general, not personalized

## 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 informational guide covering: key legal documents to establish (power of attorney, healthcare proxy, advance directives), available respite care options, local and national caregiver support resources, and actionable burnout-prevention strategies tailored to family caregivers.

## 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-support-guide-efd061bd/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)
