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

# Introduction

> Understand general concepts, response codes, and authentication strategies.

## Base URL

The Steuerboard API is built on REST principles. We enforce HTTPS in every request to improve data security, integrity, and privacy. The API does not support HTTP.
All requests contain the following base URL:

```
https://api.steuerboard.com/v1
```

## Authentication

To authenticate you need to add an Authorization header with the contents of the header being Bearer sb\_xxxxxxxxx where sb\_xxxxxxxxx is your API Key.

```
Authorization: Bearer sb_xxxxxxxxx
```

**Helpful resources:**

<Card title="Get your API Key" icon="key" href="/api-keys">
  Read more about how to get your API Key
</Card>

**Don't have an account?**

<Note>We offer a free plan for testing. Just mail us at [founders@steuerboard.com](mailto:founders@steuerboard.com)</Note>

If you want to use our App in production, please take a look at our [Pricing page](https://steuerboard.com/pricing) to book a call with us.
