cURL
Podcast Episodes
List speakers in an episode
Returns the identified speakers in a specific episode with their roles and speaking durations.
GET
cURL
Authorizations
Pass your API key in the X-API-Key header (recommended).
Path Parameters
Episode slug or ID
Query Parameters
Results per page (default: all)
Required range:
1 <= x <= 100Opaque pagination cursor from previous response
Comma-separated speaker role filter. Defaults to host,co_host,guest,panelist,correspondent (advertisers and unknown soundbite speakers excluded). Pass 'unknown' to include unidentified speakers, 'advertiser' to include ad reads. New writes fold co_host into host; pass co_host to query legacy rows.
Maximum array length:
10Available options:
host, co_host, guest, panelist, correspondent, advertiser, unknown Example:
["host", "guest"]