> ## Documentation Index
> Fetch the complete documentation index at: https://superwhisper-docs-cloud-model-rate-limits.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# API Overview

> Programmatic access to your organization's data

The Superwhisper API provides programmatic access to your organization's data. Use it to build custom dashboards, export data to your analytics platform, or integrate with your internal tools.

## Authentication

All API requests require a bearer token. Generate one from your [organization dashboard](https://superwhisper.com/dashboard/configuration?tab=api-tokens) under **Settings > API Tokens**.

```bash theme={null}
curl -H "Authorization: Bearer sw_tk_your_token_here" \
  https://api.superwhisper.com/api/v1/stats/summary
```

## Base URL

```
https://api.superwhisper.com/api/v1
```
