Search the podcast catalog by what is said in episodes — by meaning (semantic_search), by exact phrase (keyword_search), or both at once (hybrid). Each result is a segment of an episode, returned with bounded preview windows of dialogue and any highlight clips that overlap the segment.
For “every line about a person or company” use /v1/podcasts/mentions instead — that endpoint returns episode-grouped mention windows with line-level highlights and is shaped for the read-everything-about-X use case. entity_id and company_id here narrow the result set to episodes featuring the resolved entity, but the ranking still comes from semantic_search / keyword_search.
Documentation Index
Fetch the complete documentation index at: https://docs.particle.pro/llms.txt
Use this file to discover all available pages before exploring further.
Pass your API key in the X-API-Key header (recommended).
Vector-similarity search by meaning. Express the query the way you'd describe the topic to a colleague — paraphrase tolerant, finds segments that express the same idea in different vocabulary. Combine with keyword_search for hybrid ranking.
500BM25 lexical search over dialogue. Use when an exact token must appear verbatim — tickers, drug names, product codes.
500Optional entity slug or ID. Filters results to episodes featuring this entity. For 'every line about X', use /v1/podcasts/mentions instead.
Optional company slug, domain, or ID. Resolves to the company's linked entity and applies as a filter.
Filter to a specific episode.
Podcast slug or ID.
Segment type filter.
INTRO, PERSONAL_BANTER, TOPIC_DISCUSSION, INTERVIEW, TRANSITION, AD, OUTRO Speaker/mention role filter on the entity_id / company_id filter.
guest, host, panelist, correspondent, mention Only segments from episodes published after this date.
"2024-01-01"
Only segments from episodes published before this date.
"2024-06-01"
Sort order. Defaults to relevance.
relevance, recency Results per page (1-100, default 25).
1 <= x <= 100Opaque cursor from a previous response.