Developer Documentation

Everything you need to integrate with Streamora — API reference, provider scripts, and ready-to-use examples.

REST API Reference

Full interactive API documentation is built into every Streamora installation. Covers all endpoints — channels, profiles, packages, streams, users, providers, and more.

API Interactive
  1. Install Streamora on your server
  2. Open the admin panel in your browser
  3. Navigate to Menu → API Docs

The API docs page includes request/response examples, field descriptions, and curl snippets for every endpoint.

Provider Script Making Guide

Learn how to create custom provider scripts for Streamora. Covers manifest fetching, key extraction, interactive mode, session management, and the full script protocol.

Python Guide
View on GitHub

Channel API Example Scripts

Ready-to-use Python and PHP scripts for creating, updating, and managing channels via the Streamora API. Includes bulk import, sync by name, DRM examples, and one-liner operations.

Python 3 PHP
streamora_api_example.py + streamora_api_example.php
Download Example Scripts (.tgz)

View on GitHub