# fastapi.online — Condolence Message Generator

> fastapi.online — Condolence Message Generator is a paid API for AI agents from api.fastapi.online, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Generates a heartfelt condolence message tailored to a specified relationship with the deceased or bereaved

## Facts

- Endpoint: POST https://api.fastapi.online/condolence-message-generate
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fastapi-online-condolence-message-generator-66a90e5b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZvyWLpIcwf8LRt_kTn-y5

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 fastapi-online-condolence-message-generator-66a90e5b -d '<json body>'
```

Example prompt: Can you generate a condolence message for a close friend who just lost their mother? The relationship to mention is 'close friend'.

## When to prefer this

Choose this endpoint when you need a quick, contextually appropriate condolence message and only have the relationship context available; ideal for low-cost, per-call text generation without requiring a full LLM API setup or signup.

## Known failure modes

- Missing or empty 'relationship' field returns a validation error
- Relationship string exceeding 200 characters is rejected
- Payment not included or insufficient USDC triggers a 402 Payment Required response
- Service unavailability returns a 5xx error

## How this service works

Chat, embeddings, OCR, speech-to-text, image editing, image understanding (captioning/Q&amp;A), text-to-speech, translation, writing tools, classification tools, developer tools, local utilities, format/checksum validators, encoding &amp; crypto utilities, date/time calculators, geo/coordinate math, math &amp; finance calculators, novelty tools, and business/social writing generators — 179 endpoints in all, across multiple specialized self-hosted models. Pay per call with crypto — no signup — or get an API key.

## Output

A generated condolence message text tailored to the specified relationship, suitable for sending as a sympathy note or card message.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "relationship": {
   "type": "string",
   "maxLength": 200,
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-condolence-message-generator-66a90e5b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.fastapi.online](https://www.zero.xyz/host/api.fastapi.online/llms.txt)
