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

# Introduction

> Aggregator API endpoints for AscendOTT

## Welcome

This documentation is for developers at OTT aggregators who want to aggregate content from an AscendOTT client OTT platform.

## Authentication

All API endpoints are authenticated using x-api-key in the HTTP header.

```json theme={null}
"security": [
    { "ApiKeyAuth": [] }
  ]
```
