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

# API Introduction

> EmberQA API

## Overview

The EmberQA Call Scoring API allows you to integrate call scoring directly into your existing systems and workflows. Submit call recordings programmatically and receive comprehensive scoring and analysis.

## Authentication

All API endpoints require authentication using a Bearer token in the Authorization header.

Get your API key from the EmberQA dashboard under the **Integrations** tab.

```bash theme={null}
Authorization: Bearer YOUR_API_KEY
```

## Base URL

```
https://api.emberqa.com/api
```
