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- Install Streamora on your server
- Open the admin panel in your browser
- 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 GuideView 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 PHPstreamora_api_example.py + streamora_api_example.php
View on GitHub