Skip to main content
GET
Get Podcast Transcripts

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

podcast_show_id
integer

Show identifier from /other/podcast/shows

podcast_show_name
string

Show name, resolved to podcast_show_id. A name matching several shows or none is an error naming them, not an empty page; so is one that disagrees with podcast_show_id

speaker
string

Exact resolved speaker name or registry alias (case-insensitive), including clip

date
string

Publication day YYYY-MM-DD; same value the response reports as date

include_raw
boolean

Also attach the original file (default false)

limit
integer

Max rows, 1-50 (default 10)

offset
integer

Rows to skip (default 0)

updated_after
integer<int64>

Inclusive episode update bound (Unix seconds); requires updated_before

updated_before
integer<int64>

Exclusive episode update bound (Unix seconds); must exceed updated_after

cursor
string

Opaque update-window continuation; incompatible with offset

Response

Transcripts

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean