> ## Documentation Index
> Fetch the complete documentation index at: https://docs.illocution.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Illocution Insights API

> Enterprise-ready conversation intelligence platform

## Welcome

The Illocution Insights API is a FastAPI service that exposes REST and Server-Sent Event (SSE) endpoints for uploading media, replaying recordings with realtime feedback, and streaming fully live sessions.

<Card title="Try It Now - No Sign-Up Required" icon="rocket" href="/api-reference/quickstart" horizontal>
  Test the API in 30 seconds with our demo API key and sample files. No registration needed.
</Card>

<Info>
  **Questions? Need a production API key?** Contact us at **[jam@lissus.com](mailto:jam@lissus.com)** - we're here to help.
</Info>

## Primary Customer Use Cases

1. **Sales / Success intelligence** - highlight objections, low-confidence answers, and emotional swings in discovery calls.
2. **Behavioral interview review** - surface commitment drops and fear spikes for hiring managers.
3. **Research panels & UX testing** - quantify engagement levels and narrative arcs across respondents.

<Card title="Get Started" icon="rocket" href="/api-reference/introduction" horizontal>
  Start with the API introduction to learn about authentication, endpoints, and capabilities.
</Card>

<Card title="Quickstart Playbook" icon="play" href="/api-reference/quickstart" horizontal>
  Follow step-by-step guides for batch upload, realtime replay, and live capture workflows.
</Card>

<Card title="Cookbooks" icon="book" href="/api-reference/cookbook/live-capture-python" horizontal>
  Python code examples and recipes for implementing live capture workflows.
</Card>

## Quick Links

<Columns cols={2}>
  <Card title="Batch Analysis" icon="upload" href="/api-reference/endpoint/batch-analyze">
    Upload a full recording and receive complete analysis in a single JSON payload.
  </Card>

  <Card title="Realtime Replay" icon="stream" href="/api-reference/endpoint/realtime-replay">
    Upload a recording and receive SSE updates as it processes.
  </Card>

  <Card title="Live Capture" icon="microphone" href="/api-reference/endpoint/live-capture">
    Stream audio incrementally from browsers or softphones with real-time analysis.
  </Card>

  <Card title="SSE Events" icon="code" href="/api-reference/sse-events">
    Reference guide for all Server-Sent Event types and schemas.
  </Card>
</Columns>
