List entities
Search and list knowledge graph entities (people, organizations, places) across all podcast content. Defaults to the most frequently appearing entities ranked by number of distinct podcast episodes featuring them when no query or podcast filter is provided. Filter by podcast slug or ID.
Authorizations
Pass your API key in the X-API-Key header (recommended).
Query Parameters
Results per page
1 <= x <= 100Opaque pagination cursor from previous response
Bulk multi-get: one or more entity slugs (e.g. 'sam-altman', 'apple') or IDs, comma-separated (max 100). When set, returns exactly those entities and the other filters (q, type, podcast_id) and pagination are ignored. Refs that don't resolve are omitted from the response.
100["sam-altman", "openai"]Search entity names
Podcast slug (e.g., 'all-in'), internal ID, or numeric iTunes ID. Filter to entities appearing in a specific podcast.
Filter to an entity category. See GET /v1/entities/types for the available slugs (e.g. 'person', 'company', 'movie', 'sports-team').