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

# Introduction

> SearchAnything is the intelligent search infrastructure for your documents, images, and audio.

<img className="block dark:hidden" src="https://mintcdn.com/atom14ai/zBKOT3wxYREz5Mk3/logo.svg?fit=max&auto=format&n=zBKOT3wxYREz5Mk3&q=85&s=3cf05b3d4cd119f801cea8a6c3602a27" alt="SearchAnything Light Logo" width="24" height="24" data-path="logo.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/atom14ai/zBKOT3wxYREz5Mk3/logo.svg?fit=max&auto=format&n=zBKOT3wxYREz5Mk3&q=85&s=3cf05b3d4cd119f801cea8a6c3602a27" alt="SearchAnything Dark Logo" width="24" height="24" data-path="logo.svg" />

## What is SearchAnything?

SearchAnything is a **multimodal search engine API** designed for developers who need to build powerful search experiences without managing complex infrastructure.

Unlike traditional search engines that only index text, SearchAnything understands the **content** of your files, regardless of their format.

### Supported Modalities

<CardGroup cols={2}>
  <Card title="Documents" icon="file-lines" href="/docs/quickstart">
    Full-text search for PDFs, Word docs, and text files with precise page-level citations.
  </Card>

  <Card title="Images (OCR)" icon="image" href="/docs/quickstart">
    Automatically extracts and indexes text from scanned documents, screenshots, and photos.
  </Card>

  <Card title="Audio & Video" icon="headphones" href="/docs/quickstart">
    Transcribes spoken words into searchable text with timestamped locators.
  </Card>

  <Card title="Structured Data" icon="database" href="/docs/quickstart">
    Connect your databases and structured files for unified retrieval.
  </Card>
</CardGroup>

## Why SearchAnything?

Building a RAG (Retrieval-Augmented Generation) pipeline or a search feature usually involves stitching together:

1. **OCR Service** (e.g., Tesseract, AWS Textract)
2. **Transcription Service** (e.g., Whisper, Deepgram)
3. **Vector Database** (e.g., Pinecone, Milvus)
4. **Embedding Model** (e.g., OpenAI, Cohere)

**SearchAnything unifies this into a single API.** You upload a file, we handle the processing pipeline, and you get a searchable index instantly.

## Ready to build?

<CardGroup cols={2}>
  <Card title="Quickstart Guide" icon="bolt" href="/docs/quickstart">
    Get your API key and make your first search in under 5 minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Explore our REST API endpoints for upload, search, and management.
  </Card>
</CardGroup>
