โ All workers
Show Notes
Coming SoonChapters, summary, and key quotes โ generated for every episode automatically.
PodcastStandard / Friendly / Market Collaborative
What it does
Takes a transcript and produces structured show notes: summary, chapter markers with timestamps, key quotes with attributions, and named-entity link-outs. Requires the Transcribe worker as a prerequisite.
Example output
JSONFeed extension fields attached to each processed item.
{
"_show_notes": {
"summary": "This episode covers...",
"chapters": [
{ "title": "Opening", "start": 0.0, "end": 142.5 },
{ "title": "Interview", "start": 142.5, "end": 1820.0 }
],
"key_quotes": [
{ "text": "The thing nobody tells you...", "speaker": "Jane Doe", "start": 845.2 }
]
}
}Use cases
- Skip to the segment you care about
- Auto-generate the show notes hosts never had time to write
- Find the exact quote with a timestamp citation