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

# Lighthouse API

> API reference for the Lighthouse funeral home management platform

# Lighthouse API

The Lighthouse API provides programmatic access to the Lighthouse funeral home management platform. Use it to manage cases, calls, users, organizations, locations, and AI-powered generation templates.

## Base URL

```
https://api.lighthousefh.com
```

## Authentication

All API requests (except health checks) require a Bearer token in the `Authorization` header:

```
Authorization: Bearer <your-token>
```

## Getting Started

Explore the API reference in the sidebar to see all available endpoints, request/response schemas, and try requests directly from the interactive playground.
