List podcast persons
OpenAPI JSON Spec
The person registry that /podcast/transcripts links speakers to.
person_id here is the exact value a transcript’s
resolved_speakers carries, so this endpoint turns a voice into a
profile. A tw-/ac- prefix means the curated import already had
them; pc_ means speaker resolution created the entry.
name searches aliases as well as the display name, so a name
copied out of a transcript — where it may be misheard — still finds
the person.
tags is not written by speaker resolution; it exists for labels
maintained outside this pipeline, so empty means “not labeled”.
Every filter is optional; results are ordered by how often speaker
resolution has landed on the person, most-seen first.
Authorizations
API Key authentication. Example: "your-api-key-here"
Query Parameters
Name, case-insensitive, matches display name or an alias
Exact person id, as it appears in resolved_speakers
Only people speaker resolution created (pc_ prefix)
Max rows, 1-200 (default 10)
Rows to skip (default 0)

