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

# Parsed documents

> Machine-readable parsed text of reports and slide presentations

## Overview

The parsed documents dataset provides the extracted text content of reports and slide presentations as clean, machine-readable **Markdown**. Instead of parsing PDFs yourself, you get structured Markdown that's ready for full-text search, retrieval-augmented generation (RAG), and other LLM-based workflows.

## How it works

Each document is parsed into **Markdown** — the text content with headings, tables, and structure preserved, ideal for display, indexing, and LLM context. Documents are requested one at a time.

As with our PDFs, the endpoint returns a **CDN link** to the parsed Markdown file rather than the content inline; download the file from the returned link.

## Access

Parsed documents is a separate data package. Retrieving a document's parsed text requires the `parsed documents` permission in addition to that document's dataset permission — `reports` for reports, `slides` for slides. Missing either permission results in a 403 error.

<Info>
  Parsed documents is **sold separately**. Please get in touch if you're
  interested in access or pricing details.
</Info>

## How to access this data

<CardGroup cols={2}>
  <Card title="Reports (REST API)" icon="code" href="/docs/api-reference/reports">
    Retrieve the parsed text link for a report.
  </Card>

  <Card title="Slides (REST API)" icon="code" href="/docs/api-reference/slides">
    Retrieve the parsed text link for a slide deck.
  </Card>
</CardGroup>
