> ## 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.

# Particle API

> Inside every podcast: transcripts, speakers, entities, sponsors, and a knowledge graph that connects people and companies across episodes.

Particle API gives you what's inside the audio. Every episode is transcribed and diarized, broken into structural segments, distilled into engagement-scored clips, and linked to a knowledge graph of people, organizations, and companies. The same identifiers connect a guest on one podcast to a company's full profile, its product hierarchy, and the sponsors funding the shows where it's discussed.

Use it to track what people are saying, find the most quotable moments on any subject, follow how companies show up across audio, or build research tools that read audio the way they read text.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first call and trace one entity across podcasts, dialogue, and companies in five minutes.
  </Card>

  <Card title="Podcasts" icon="microphone" href="/podcasts/overview">
    Episodes, transcripts, segments, clips, and the bias analysis behind every show.
  </Card>

  <Card title="Companies" icon="building" href="/companies/overview">
    Cross-referenced identifiers (CIK, ticker, domain, QID, entity slug) and full product hierarchies.
  </Card>

  <Card title="Knowledge graph" icon="users" href="/knowledge-graph/entities">
    People, organizations, and places — the connective tissue between audio and structured data.
  </Card>

  <Card title="Podcast advertising" icon="bullhorn" href="/podcasts/advertising">
    Sponsor breakdowns, leaderboards, co-occurrence, and per-company ad presence.
  </Card>

  <Card title="API reference" icon="terminal" href="/api-reference/introduction">
    Every endpoint, request, and response schema.
  </Card>

  <Card title="Connect an agent" icon="robot" href="/agents">
    Point Claude, Cursor, Codex, or ChatGPT at the MCP server, or hand any agent the setup playbook at api.particle.pro/agents.md.
  </Card>
</CardGroup>

## What you can access

* **[Transcripts](/podcasts/transcripts)**: diarized dialogue with word-level timestamps for every episode.
* **[Segments and clips](/podcasts/segments-and-clips)**: AI-derived topical sections, and engagement-scored highlight clips with playable audio.
* **[Search and mentions](/podcasts/episode-search)**: dialogue search by meaning or exact phrase, and every line naming a person or company.
* **[Guests](/podcasts/guests)**: who appears where, who is trending, and where a guest could appear next.
* **[Sponsors and ads](/podcasts/advertising)**: who advertises on which shows, read types and placements, leaderboards, and prospecting.
* **[Rankings](/podcasts/rankings) and [ratings](/podcasts/ratings)**: Apple and Spotify chart positions, movers, history, and listener reviews.
* **[Bias and brand suitability](/podcasts/suitability)**: political-bias and GARM suitability profiles per show and publisher.
* **[Companies](/companies/overview) and the [knowledge graph](/knowledge-graph/entities)**: cross-referenced identifiers, product hierarchies, people, organizations, places, and a [topic taxonomy](/knowledge-graph/topics).
* **[Alerts](/alerts/overview)**: watch an entity for mentions or appearances and receive email, Slack, or signed webhooks.

## Built for

* AI agents over [MCP](/mcp/overview), with slug-first tools that compose into research loops
* Media intelligence, PR, and brand monitoring
* Sponsorship and advertising research
* Guest booking and talent research
* Products that read audio the way they read text

## Machine-readable

* Agent setup playbook: [`api.particle.pro/agents.md`](https://api.particle.pro/agents.md)
* Endpoint and tool map with per-call prices: [`api.particle.pro/llms.txt`](https://api.particle.pro/llms.txt)
* Credential recipe for agents: [`api.particle.pro/auth.md`](https://api.particle.pro/auth.md)
* OpenAPI document: [`api.particle.pro/openapi.json`](https://api.particle.pro/openapi.json)
* Every page of these docs as markdown: append `.md` to its URL; the index is [`docs.particle.pro/llms.txt`](https://docs.particle.pro/llms.txt)
