Searches podcast clips using semantic search, entity filters, or both. Provide a natural language query to find clips by topic, or an entity_id slug (e.g., ‘elon-musk’) to find clips featuring a specific person or company. Combine both for targeted discovery.
Pass your API key in the X-API-Key header (recommended).
Semantic search query. At least one of q, entity_id, or company_id is required.
500Entity slug (e.g., 'elon-musk') or ID. Returns clips featuring this entity.
Company slug (e.g., 'nvidia'), domain (e.g., 'nvidia.com'), or ID. Resolves to the company's linked entity.
Filter to a specific episode.
Podcast slug (e.g., 'all-in') or ID.
Clip type filter.
SPICY, CONTROVERSIAL, EMOTIONAL, FUNNY, SHOCKING, INSIGHTFUL, INFORMATIVE, EDUCATIONAL, PHILOSOPHICAL, AHA_MOMENT, NOTABLE_LINE, BEST_STORY, DEBATE_DISAGREEMENT Entity role filter. Constrains which clips match the entity_id or company_id.
guest, host, panelist, correspondent, mention Only clips from episodes published after this date.
"2024-01-01"
Only clips from episodes published before this date.
"2024-06-01"
Sort order. Defaults to relevance when q is provided, recency otherwise.
relevance, recency Maximum results to return (1-25, default 10).
1 <= x <= 25