API Reference
Get episodes related to this one
Other published episodes of the same channel that share the most topics.
curl -X GET "https://example.com/api/v1/episodes/string/related"[ {}]{ "error": "string"}Was this page helpful?
DocsOther published episodes of the same channel that share the most topics.
curl -X GET "https://example.com/api/v1/episodes/string/related"[ {}]{ "error": "string"}Get an episode's word-level transcript
The episode's transcript document (word-aligned to the audio). Published episodes are anonymously readable; unpublished ones 404.
Browse a channel's published episodes
Keyset-paginated list of a channel's published episodes. Pass the response's nextCursor back as cursor for the next page; the same facet filters as search apply.