API Authentication
# API Authentication
All API requests require authentication using an API key.
## Getting Your API Key
Navigate to **Settings > API** and generate a new key. Keep it secret!
## Making Requests
Include your key in the `Authorization` header:
```
Authorization: Bearer YOUR_API_KEY
```
## Rate Limits
Free plans are limited to 100 requests per minute. Pro and Enterprise plans have higher limits.