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

# Ledgerize API

> Convert bank statement PDFs into structured data

## Overview

Ledgerize lets you convert bank statement PDFs into clean, structured data via simple HTTP endpoints.
Authenticate with an API key in the `X-Api-Key` header, upload a PDF, start a conversion, poll a job, and fetch the result.

<Card title="Start here" icon="rocket" href="/quickstart" horizontal>
  Follow our three step quickstart guide.
</Card>

## Quick links

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">Start with cURL and Node.js examples.</Card>
  <Card title="Authentication" icon="key" href="/authentication">Use the X-Api-Key header.</Card>
  <Card title="Upload" icon="file-arrow-up" href="/endpoints/upload">Upload a PDF and get a UUID.</Card>
  <Card title="Convert & Jobs" icon="rotate" href="/endpoints/convert">Convert, poll, and fetch results.</Card>
</Columns>

## Resources

<Columns cols={2}>
  <Card title="Postman" icon="file" href="https://ledgerize.ai/postman/ledgerize.postman_collection.json">Download the collection.</Card>
</Columns>
