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

# Introduction

> Learn how to get started with the Spectropic API.

## Welcome

Welcome to the Spectropic documentation. This documentation is intended for developers who want to use the Spectropic API.

## Authentication

All API endpoints are authenticated using your API Key as a Bearer token.

Generate an API key on the dashboard at [https://dashboard.spectropic.ai](https://dashboard.spectropic.ai).

```bash Request Example theme={null}
  curl  --request GET \
    --url https://api.spectropic.ai/v1/transcripts \
    --header: 'Authorization: Bearer <apikey>' \
    --header: 'Content-Type: application/json'
```
