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

# Root

> Root endpoint.



## OpenAPI

````yaml https://searchanything.onrender.com/openapi.json get /
openapi: 3.1.0
info:
  title: SearchAnything API
  description: Search across all your documents, images, and audio
  version: 1.0.0
servers: []
security: []
paths:
  /:
    get:
      summary: Root
      description: Root endpoint.
      operationId: root__get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````