# fastapi.online — Meeting Minutes Generator

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

Generates structured meeting minutes from a raw meeting transcript using self-hosted AI inference, paid per call with crypto.

## Facts

- Endpoint: POST https://api.fastapi.online/meeting-minutes-generate
- Price: $0.002/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-meeting-minutes-generator-1a1ff4b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DvqFvtqdM52pGZ5s4vLba

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-meeting-minutes-generator-1a1ff4b7 -d '<json body>'
```

Example prompt: Can you generate meeting minutes from this transcript of our product sync call? Here's the full transcript: [paste transcript here].

## When to prefer this

Choose this endpoint when you need a quick, per-call, no-signup solution for generating structured meeting minutes from a transcript, especially when you want to avoid subscription-based services or when crypto micropayment workflows (x402) are already in use. Ideal for automation pipelines that process meeting transcripts on demand.

## Known failure modes

- Transcript too short or empty (minLength:1 not met) — validation error returned
- Transcript exceeds 20,000 character limit — request rejected with error
- Transcript in unsupported language or heavily garbled — output may be incomplete or inaccurate
- Payment not provided or insufficient — HTTP 402 returned before processing
- Model inference timeout on very long or complex transcripts

## 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 structured meeting minutes document generated from the provided transcript, typically including a summary of discussion points, decisions made, and action items with owners — formatted for professional use.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "transcript": {
   "type": "string",
   "maxLength": 20000,
   "minLength": 1
  }
 }
}
```

## More

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