# SeniorPulse Post-Loss Estate & Grief Guide

> SeniorPulse Post-Loss Estate & Grief 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-13).

Returns a structured guide covering estate administration steps, survivor benefit claims, and grief-support resources following the death of an older loved one.

## Facts

- Endpoint: GET https://seniorpulse.vercel.app/api/senior/grief
- 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/seniorpulse-post-loss-estate-grief-guide-0a639afb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EoF2rugFNDn2l_9qJ8Awq

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-post-loss-estate-grief-guide-0a639afb
```

Example prompt: My father just passed away last week — can you walk me through the estate steps I need to handle, what survivor benefits I should claim, and find me some grief-support resources for our family?

## When to prefer this

Choose this endpoint when a caregiver or family agent needs a comprehensive post-death action plan covering estate, benefits, and emotional support in a single call, specifically for situations involving an older or senior loved one. Prefer over general legal or financial APIs when the use case is senior-focused post-loss guidance rather than generalized estate law or grief counseling lookup.

## Known failure modes

- Service unavailable or timeout returns a 5xx error
- Payment not processed results in 402 response requiring x402 payment
- No location or context provided may result in generic rather than personalized guidance
- Benefits information may be outdated if federal or state programs have changed

## How this service works

After-death checklist / what to do when an elderly parent or spouse dies: estate steps to take, survivor benefits to claim, and grief-support resources. For family and caregiver agents — informational.

## Output

A structured post-loss guide including ordered estate administration steps (probate, account transfers, death certificate filings), survivor benefits to claim (Social Security survivor benefits, pension, veterans benefits), and curated grief-support resources (counseling services, support groups, bereavement hotlines).

## 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 probate and estate guidance"
  },
  "situation": {
   "type": "string",
   "description": "Describe the situation (e.g. 'spouse passed 3 days ago, need to know what to do immediately', 'mother died 2 months ago, estate still open')"
  },
  "days_since": {
   "type": "number",
   "description": "Days since the loss — calibrates guidance to immediate (0–7 days), short-term (1–4 weeks), or ongoing estate (1–12 months) phases"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seniorpulse-post-loss-estate-grief-guide-0a639afb/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)
