List segments
Returns AI-identified segments across podcast episodes. Segments represent structural sections like topic discussions, interviews, ads, etc. At least one of episode_id, podcast_id, or type is required — this endpoint does not return a global feed.
Authorizations
Pass your API key in the X-API-Key header (recommended).
Query Parameters
Results per page
1 <= x <= 100Opaque pagination cursor from previous response
Filter to a specific episode by slug or ID. At least one of episode_id, podcast_id, or type is required.
Podcast slug (e.g., 'all-in'), internal ID, or numeric iTunes ID. At least one of episode_id, podcast_id, or type is required.
Segment type filter: INTRO, PERSONAL_BANTER, TOPIC_DISCUSSION, INTERVIEW, TRANSITION, AD, OUTRO. At least one of episode_id, podcast_id, or type is required.
Only include segments from episodes published on or after this ISO 8601 date or date-time
"2025-01-01T00:00:00Z"
Only include segments from episodes published before this ISO 8601 date or date-time
"2026-01-01T00:00:00Z"