# SeniorPulse After-Death Checklist & Grief Support Guide

> SeniorPulse After-Death Checklist & Grief 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 structured after-death action checklist covering estate steps, survivor benefits to claim, and grief-support resources for families and caregivers when an elderly parent or spouse dies.

## Facts

- Endpoint: GET https://seniorpulse.theaslangroupllc.com/api/senior/grief
- 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-after-death-checklist-grief-support-guide-2f350b8b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9wyb1dF9Byv67UeRWylaE

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-after-death-checklist-grief-support-guide-2f350b8b
```

Example prompt: My father just passed away last week — can you give me a complete checklist of what I need to do now, including any survivor benefits I should claim and where to find grief support?

## When to prefer this

Use this endpoint when a family member or caregiver agent needs a comprehensive, structured guide for what to do immediately and in the weeks after an elderly loved one dies — covering legal, financial, benefits-claim, and emotional support dimensions in one call, rather than piecing together separate lookups for estate, Social Security, and grief resources.

## Known failure modes

- Missing or unsupported state/jurisdiction may return generic federal-level guidance only
- Network or payment authorization failure returns HTTP 402 or 5xx with no checklist data
- Ambiguous relationship input may produce a generic response not tailored to spouse vs. parent context

## 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 checklist of immediate and short-term actions to take after an elderly parent or spouse dies, including estate administration steps (notifying agencies, probate considerations), survivor benefits to claim (Social Security, pension, VA benefits), and grief-support resources for family members and caregivers.

## 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-after-death-checklist-grief-support-guide-2f350b8b/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)
