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
string

Show name, e.g. Odd Lots

podcast_id
string

Episode GUID

speaker
string

Speaker name named in the transcript

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)

Response

Transcripts

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