Get episode content
bidclub_get_episodeRead one section of an episode. Long sections page deterministically: when the result says truncated: true, call again with offset set to next_offset and concatenate content_md until next_offset is null. Prefer tldr or digest — a transcript can exceed 100,000 characters and is rarely worth paging in full. lang selects the OUTPUT edition, not a catalogue filter; transcripts exist only in the episode's source language, so requesting a different lang for section=transcript always returns the source with lang_fallback: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Output edition. A translated summary is served only when both the TL;DR and the digest translations are complete; otherwise the source edition comes back with lang_fallback: true. | EN |
| slug | Yes | Episode slug from a list or search result. | |
| offset | No | Code-point offset into the section. Use the previous next_offset. | |
| section | No | meta returns the row with no long markdown at all; tldr is the bullet summary; digest is the structured writeup; transcript is the full text. | digest |
| max_chars | No | Code points per window. Defaults to 20000 for Latin text and 14000 for Chinese or Japanese text, which cost about one token per character. |