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

# Authentication

> Authenticating your requests

The ChatCSV API uses API keys to authenticate requests. You can view and manage your API keys by:

1. Heading to <a href="https://www.chatcsv.co/dashboard" target="_blank">ChatCSV Dashboard</a>
2. Click your account name in the top left
3. Click on API and then create API key

```bash theme={null}
'Authorization': 'Bearer <token>'
```
