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

# Authorization

> Authenticate requests with the MeetGeek API

## Overview

We implement token-based authentication, enabling only authorized users to access data.

## Token-Based Authentication

All API endpoints are authenticated using Bearer tokens.
To make an authenticated request, add the `Authorization` header followed by the word Bearer and your API key.

```javascript theme={null}
Authorization: Bearer your_api_key
```

## Acquiring a Token

<Info>For service accounts and enterprise company-wide integrations, please use [this form](https://y3srtzd46y3.typeform.com/to/mNnNw2a8) to talk to our team and request a custom quote.</Info>

To access the public API, you will need an API key. Follow these steps to obtain your key:

1. Sign up for an account at [app.meetgeek.ai](https://app.meetgeek.ai)
2. Generate your API key by going to [Integrations](https://app.meetgeek.ai/integrations) -> Public API Card.
3. (Optional) Use the Webhook URL to receive notifications when the analysis of an uploaded meeting is finished.
4. Copy and store your API key securely

***
