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

# API Reference Overview

> Interact with your generated RAG Server over HTTP.

Launch your server from **Settings → Larkup Server**, or generate one with the CLI (`larkup deploy docker` or `larkup deploy local`). Either way it exposes the same REST endpoints, so you can integrate Larkup into your products, web apps, or chatbots.

## Base URL

By default, the server runs on `http://localhost:8080`.

## Authentication

Pass `Authorization: Bearer <key>` with the **Server API key** shown on the Larkup Server page. `/health`, `/readiness`, `/reference`, and `/openapi.json` stay public.
