Segments
Every episode is broken into semantic segments by AI. A segment is a contiguous section of the episode with a specific purpose — a topic discussion, an interview, an ad read, or the intro.Segment types
| Type | Description |
|---|---|
TOPIC_DISCUSSION | In-depth discussion of a specific subject |
INTERVIEW | Question-and-answer with a guest |
INTRO | Opening of the episode |
OUTRO | Closing of the episode |
PERSONAL_BANTER | Off-topic or personal conversation |
TRANSITION | Bridge between segments |
AD | Advertisement or sponsorship read |
Segments for an episode
Returns segments in chronological order — this is the structural outline of the episode:Example response
Cross-episode segment discovery
Find segments across all podcasts, filtered by type:podcast_id or episode_id.
Clips
Clips are the highlight moments — the parts of an episode most worth sharing. AI identifies them from within segments and scores each one for .Clip types
Takes & opinions
Takes & opinions
| Type | What it captures |
|---|---|
SPICY | A bold or provocative take |
CONTROVERSIAL | A divisive or debatable opinion |
DEBATE_DISAGREEMENT | A point of contention between speakers |
Emotional moments
Emotional moments
| Type | What it captures |
|---|---|
FUNNY | A genuinely funny moment |
EMOTIONAL | An emotionally resonant moment |
SHOCKING | A surprising revelation |
Insight & knowledge
Insight & knowledge
| Type | What it captures |
|---|---|
INSIGHTFUL | A non-obvious insight or analysis |
INFORMATIVE | A clear explanation of something complex |
EDUCATIONAL | Teaching a concept or skill |
PHILOSOPHICAL | A deep or abstract reflection |
AHA_MOMENT | A realization or breakthrough in the conversation |
Highlights
Highlights
| Type | What it captures |
|---|---|
NOTABLE_LINE | A memorable quote or one-liner |
BEST_STORY | A compelling narrative or anecdote |
Clips for an episode
Returns clips ranked by engagement score (highest first):Clip response schema
Unique clip identifier.
One of the clip types listed above.
AI-generated clip title.
AI-generated description of what happens in the clip.
A ready-to-use hook for social media posts or show notes.
0.0 to 1.0. Higher means the AI predicts this clip will resonate more.
The primary speaker in this clip.
The structural context — which segment this clip comes from.
Start time within the episode.
End time within the episode.
Clip duration.
Direct MP3 URL for this clip.
Example response
Cross-episode clip discovery
Find the best clips across all podcasts:engagement (default), published_at, duration.
Audio
Every segment and clip has a directaudio_url pointing to an extracted MP3 file. No need to download the full episode and slice it yourself.