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

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.famulor.io/feedback

```json
{
  "path": "/en/api-reference/introduction",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Introduction

> Welcome to the Famulor API

Welcome to the Famulor API reference. Use our REST API to programmatically manage your Famulor account, create and manage AI assistants, handle leads, initiate phone calls, and more.

## API Base URL

All requests must be sent to:

```
https://app.famulor.de/api
```

<Tip>
  Related pages: [Authentication Guide](/en/developers/authentication-guide), and [API Integration Examples](/en/developers/api-integration-examples).
</Tip>
