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

# API updates

> New updates and improvements on Quartr API

<Update label="2025-12-18">
  ## What's new

  We have expanded the **report dataset** with additional filing types to give you broader coverage. The dataset now includes the following types:

  * Proxy statements
  * Registration statements
  * Interim reports
</Update>

<Update label="2025-11-17">
  ## What's new

  It's now possible to expand the response with event information when querying the document datasets (reports, documents, transcripts).

  To include event information, you can use the `expand` query parameter with value `event`.

  For more information, see the [API reference](/api-reference/documents/list-documents#parameter-expand).
</Update>

<Update label="2025-10-06">
  ## What's new

  A new version of live earnings call transcripts is now available (version 1.7). Learn more in the [live earnings call transcripts documentation](/datasets/live-earnings-call-transcripts#version-1-7).

  ### Highlights

  * **Live transcript refinements:** Live transcripts now include refinements made to the transcript during the live event.
      <Info>
        The refinements are only available for live transcripts with version 1.7 and requires processing of [new instructions types](/datasets/live-earnings-call-transcripts#refinement-instructions-version-1-7-and-above).
      </Info>
</Update>

<Update label="2025-09-25">
  ## What's new

  We now support webhooks for document summaries and events. Learn more in the [summary documentation](/datasets/summaries).

  ### Highlights

  * **Summary Webhooks:** New event types are now available for summaries. See the [Webhook Reference](/webhook-reference/summary--events/event-summary-created) for details.
      <Info>
        Summary webhook payloads do not fully mirror the API models. For details, see [Webhook Payloads](/webhooks/payloads).
      </Info>
</Update>

<Update label="2025-08-20">
  ## What's new

  We’ve expanded **Chapters** to support hierarchical structures beyond top-level segments. Read more about the new chapters in the [earnings call audio documentation](/datasets/earnings-call-audio#chapters).

  ### Highlights

  * **Sub-level chapters:** Chapters can now include nested levels (Level 2 and beyond) for finer-grained segmentation. Use the `levels` query parameter to include sub-level chapters (e.g., `levels=1,2`).
</Update>

<Update label="2025-07-10">
  ## What's new

  With this release, we've added the ability to sort events by the date to get the latest events in chronological order.

  #### New features

  * **Sorting Events by Date:** You can now sort events by the date using the `sortBy` query parameter. Find more information in the [API Reference](/api-reference/events/list-events#parameter-sort-by).
</Update>

<Update label="2025-06-10">
  ## What's new

  Introducing AI-powered Summaries for extracting key insights from documents and events, eliminating the need to manually review lengthy content.

  #### New features

  * **Event summaries:** Access concise summaries of individual documents or comprehensive event-level overviews that synthesize information across all available materials (slides, audio, reports). Choose between different length options and formats. Source references are embedded in the summary text for easy navigation.
</Update>

<Update label="2025-05-05">
  ## What's new

  This release includes new endpoints for chapter data.

  #### New features

  * **Chapters Endpoints:** Access structured segments of audio and transcripts with the new chapters endpoint. Each chapter includes a title, start timestamp, and end timestamp, allowing for easy navigation within the content. This allows users to quickly find and reference specific sections of the audio or transcript such as Q\&A sessions.
</Update>

<Update label="2025-03-26">
  ## What's new

  Introducing the Webhook system for API v3, enabling real-time data updates directly to your application, eliminating the need for constant polling. This update also includes minor fixes.

  #### New features

  * **Webhook System (API v3):**
    * Receive real-time notifications for events such as `document.report.created`, `live.audio.updated`, `event.created`, and more, reflecting changes to API entities.
    * Payloads mirror API models and include `data` (current state) and `previousAttributes` (changed fields). See [Payload Structure](/webhooks/payloads).
    * Robust delivery mechanism with automatic retries (4 attempts over \~1h 17m) for failed deliveries.
    * Secure delivery with `Webhook-Signature` header for payload verification.
    * Get started guide available: [Getting Started with Webhooks](/webhooks/getting-started).
  * **API Portal Updates for Webhooks:**
    * Manage webhook endpoint URLs and event subscriptions directly within the Quartr API Portal.
    * Monitor webhook dispatch status, view payloads, and manually retry failed deliveries.
    * See related portal updates: [Portal Changelog](changelogs/portal-updates).

  #### Bug fixes & enhancements

  * **Handle `wentLiveAt` edge case:** Missing `wentLiveAt` values in relevant API responses now correctly return `null`.
  * **Timestamp consistency:** All timestamps returned across the API now consistently include timezone information (ISO 8601 format).
</Update>

<Update label="2025-03-18">
  ## What's new

  This release introduces In-House Transcripts, offering enhanced features like speaker identification, processed directly by Quartr for improved quality.

  #### New features

  * **Edited transcripts (**`typeId = 22`**):**
    * Access high-quality transcripts processed internally, available via standard API queries (ticker, ISIN, date, etc.) or document endpoints shortly after live events: [API reference](/api-reference/).
    * **Speaker Identification:** Transcripts for regular earnings events generated from mid-April 2025 onwards include speaker identification data. Older transcripts will not be updated.
    * Enhanced readability features include confidence scores and paragraph breaks.
    * Complements existing Standard Transcripts (`typeId = 15`). See [Data Structure](/api-reference/transcripts#data-structure) for details.
    * **Info:** While not a breaking change, applications filtering by `typeId` should include `22` to receive these new transcripts.

  #### Bug fixes & enhancements

  * **API documentation (Swagger):** Updated descriptions and examples in the API reference for improved clarity and usability.
</Update>
