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

# Introduction

> Welcome to the Bricked API documentation

## Welcome

The Bricked API allows you to programmatically create and retrieve property analyses.

## Authentication

All API endpoints are authenticated using API keys. You must include your API key in the `x-api-key` header of each request.

```bash theme={null}
'x-api-key': '<YOUR_API_KEY>'
```

## Base URL

The base URL for the API is:

```bash theme={null}
https://api.bricked.ai
```
