# fastapi.online — Wedding Speech Generator

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

Generates a personalized wedding speech based on the speaker's role and the couple's names

## Facts

- Endpoint: POST https://api.fastapi.online/wedding-speech-generate
- Price: $0.0015/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-wedding-speech-generator-d6fe54f2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dWRM6BNoFKVIQTj5Oi7X5

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-wedding-speech-generator-d6fe54f2 -d '<json body>'
```

Example prompt: Can you write me a best man wedding speech for the couple Emma and Jake? I need something heartfelt and ready to deliver at the reception.

## When to prefer this

Choose this endpoint when you need a quick, affordable, role-specific wedding speech without signing up for a service. It is ideal for agents handling event planning, social writing assistance, or last-minute wedding preparation. At $0.0015 per call with no signup required and crypto payment via x402, it suits pay-as-you-go workflows where a human user needs a personalized speech draft fast.

## Known failure modes

- Missing required fields (role or couple_names) returns a validation error
- Invalid role value outside the allowed enum returns a 422 Unprocessable Entity
- Couple names exceeding 200 characters are rejected
- Payment not included or insufficient USDC triggers a 402 Payment Required response
- Service downtime or model unavailability may return 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 complete, ready-to-deliver wedding speech tailored to the speaker's role (best man, maid of honor, parent, friend, or officiant) and personalized with the couple's names. The response is a text body suitable for reading aloud at a wedding reception or ceremony.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "role": {
   "enum": [
    "best_man",
    "maid_of_honor",
    "parent",
    "friend",
    "officiant"
   ],
   "type": "string"
  },
  "couple_names": {
   "type": "string",
   "maxLength": 200,
   "minLength": 1
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fastapi-online-wedding-speech-generator-d6fe54f2/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)
