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

# Introduction

> Welcome to AnyParser documentation

<img className="block dark:hidden" src="https://mintcdn.com/cambiocorp-e2af4313/7WE_5ZaqiLwZXxRb/images/hero.png?fit=max&auto=format&n=7WE_5ZaqiLwZXxRb&q=85&s=9e23978db01070a76a16a057898dc9d8" alt="Hero Light" width="854" height="429" data-path="images/hero.png" />

<img className="hidden dark:block" src="https://mintcdn.com/cambiocorp-e2af4313/7WE_5ZaqiLwZXxRb/images/hero.png?fit=max&auto=format&n=7WE_5ZaqiLwZXxRb&q=85&s=9e23978db01070a76a16a057898dc9d8" alt="Hero Dark" width="854" height="429" data-path="images/hero.png" />

## Overview

The `AnyParser` is a real-time parser designed to extract content from various file formats, including PDFs and DOCX files. You can use `AnyParser` either through the Python SDK library, or by directly calling the API.

### AnyParser SDK

The easiest way to get started with  `AnyParser` is through the SDK. To get started, follow our [Quickstart guide](/quickstart/).

### AnyParser API

The API accepts file content encoded in base64, processes it, and returns the parsed data in markdown format. To get started, check out our [API Reference](/api-reference/)

<CardGroup cols={2}>
  <Card title="Get your API Key" icon="key" href="https://www.cambioml.com/account">
    Get started with a free API key.
  </Card>

  <Card title="Try our Sandbox" icon="gamepad" href="https://www.cambioml.com/sandbox">
    Upload files and test out AnyParser in our Sandbox.
  </Card>
</CardGroup>
