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

# Introduction

> The Quartr API delivers structured first-party data from over 15,000 companies across 65 markets with best-in-class reliability and timeliness. This includes live audio and real-time transcripts, historical audio and transcripts, filings and reports, slide presentations, and event summaries.

<img
  src="https://mintcdn.com/quartr/uS9un6ABvG4dvudU/images/introduction.webp?fit=max&auto=format&n=uS9un6ABvG4dvudU&q=85&s=7b02a503e7a7927d7530f5efde752e11"
  alt="Descriptive alt text"
  noZoom
  style={{
width: '100%',
height: 'auto',
borderRadius: '8px',
marginBottom: '1rem',
}}
  width="1920"
  height="1080"
  data-path="images/introduction.webp"
/>

## Three ways to integrate

Choose the integration method that fits your use case.

<CardGroup cols={2}>
  <Card title="REST API" icon="code" href="rest-api/auth">
    Query our endpoints directly for full control over data fetching, filtering, and pagination.
  </Card>

  <Card title="Webhooks" icon="webhook" href="webhooks/getting-started">
    Receive real-time notifications when data changes, eliminating the need to poll.
  </Card>

  <Card title="Snowflake" icon="snowflake" href="snowflake/getting-started">
    Access Quartr data directly in your Snowflake environment via SQL.
  </Card>
</CardGroup>

## Understanding the data

Before integrating, it helps to understand how our data is structured.

<CardGroup cols={2}>
  <Card title="Data model" icon="layout-panel-top" href="data-overview">
    Learn about how the entities relate to each other.
  </Card>

  <Card title="Data availability" icon="clock" href="data-overview#data-availability">
    SLAs by dataset and data freshness across platforms.
  </Card>
</CardGroup>

## Available datasets

Eight datasets extracted from earnings events, conferences, capital markets days, investor updates, fireside chats, M\&A announcements, and more.

<Card title="Events" icon="calendar-days" href="/datasets/events">
  The central structure organizing all company data with metadata like title, date, and type.
</Card>

<CardGroup cols={2}>
  <Card title="Live audio" icon="circle-dot" href="/datasets/live-earnings-call-audio">
    Real-time audio streams from earnings calls and conferences with near-zero delay.
  </Card>

  <Card title="Live transcripts" icon="captions" href="/datasets/live-earnings-call-transcripts">
    Real-time transcripts with speaker diarization streamed in JSON Lines format.
  </Card>

  <Card title="Backlog audio" icon="headphones" href="/datasets/earnings-call-audio">
    Backlog of high-quality audio recordings available in streaming and download formats.
  </Card>

  <Card title="Backlog transcripts" icon="type" href="/datasets/earnings-call-transcripts">
    High-accuracy transcripts with speaker identification, available in JSON.
  </Card>

  <Card title="Filings and reports" icon="scroll-text" href="/datasets/filings-and-reports">
    Annual and quarterly earnings reports, 10-Ks, 10-Qs, proxy statements, and more.
  </Card>

  <Card title="Slide presentations" icon="images" href="/datasets/slides">
    High-resolution PDF slide presentations, scannable for keywords and data points.
  </Card>

  <Card title="Event summaries" icon="sparkles" href="/datasets/summaries">
    AI-powered summaries of individual documents and entire events in multiple lengths.
  </Card>
</CardGroup>
