Skip to main content

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.

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.
"security": [
    { "ApiKeyAuth": [] }
  ]