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

# AnyEnrich API

> API enrichment directly inside your application

## Welcome

Please go to the [dashboard](https://anyenrich.com/dashboard/api) to get your API Key.

## Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```
