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

# Introduction

> ClevrScan API documentation for integrating document processing and automation features

<Note>
  👋 Welcome to the **ClevrScan API**.\
  This guide is designed to help you integrate ClevrScan seamlessly into your applications and workflows.
</Note>

## Welcome

We’re glad you’re here!

The **ClevrScan API** gives you the tools to **automate and optimize document processing** at scale.\
From extracting structured data to managing templates and analyzing results, our API is built to make document handling simple, reliable, and developer-friendly.

Whether you’re building a custom integration, powering internal tools, or creating client-facing products, ClevrScan is designed to fit right into your workflow.

## Authentication

To keep your requests secure, every API call requires **Bearer Token authentication**.\
Think of your API key as your personal passport—it identifies you and grants access to ClevrScan’s services.

Add it to your headers like this:

```json
"Authorization": "Bearer <your_api_key>"
```
