# Strale Meeting Notes Extractor

> Strale Meeting Notes Extractor is a paid API for AI agents from api.strale.io, paid per call via x402, $0.216/call, status unknown (last checked 2026-09-15).

Extracts structured meeting notes, action items, decisions, and summaries from raw meeting transcript text

## Facts

- Endpoint: POST https://api.strale.io/x402/v2/meeting-notes-extract
- Price: $0.216/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/strale-meeting-notes-extractor-30b74854
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rkUo-9jM21_gbBaoO34dP

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 strale-meeting-notes-extractor-30b74854 -d '<json body>'
```

Example prompt: Can you pull out the action items, decisions, and a brief summary from this meeting transcript: '[paste transcript here]'?

## When to prefer this

Choose this endpoint when you need a reliable, auditable extraction of structured meeting notes from unstructured transcript text — especially in enterprise or compliance contexts where the cryptographic audit trail matters. Prefer it over generic LLM summarization when you need consistent structured output (action items, decisions, owners) rather than a freeform summary, and when you want a per-call audit record.

## Known failure modes

- Empty or missing transcript field returns a validation error
- Transcript too short or lacking meeting content may yield sparse or low-confidence output
- Very long transcripts may exceed token limits and require chunking
- Non-English or heavily technical transcripts may reduce extraction accuracy
- Malformed JSON input returns 400 error

## How this service works

The trust layer for AI agents — 250+ independently tested data capabilities across 27 countries. Execute capabilities via REST, MCP, A2A, or x402 micropayments. Every call returns an audit record with cryptographic chain hashing.

## Output

A structured breakdown of the meeting transcript including a summary, identified action items with owners, decisions made, and key discussion points — returned as a JSON object along with a cryptographic audit record for trust verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "transcript": {
   "type": "string",
   "description": "Meeting transcript text"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/strale-meeting-notes-extractor-30b74854/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.strale.io](https://www.zero.xyz/host/api.strale.io/llms.txt)
