- Split categories 5-15 into separate files for better organization - Added User, MAG, Enigma, Streams, Channel, Station, Movie, Series, Episode, Server, and Settings APIs - Each category now has its own dedicated documentation file - Total: 111 endpoints fully documented across 15 categories
754 B
754 B
Channel API - Channel Management
Channel configuration and management endpoints.
📋 Available Operations
| Action | Method | Description |
|---|---|---|
create_channel |
POST | Create new channel |
edit_channel |
POST | Edit channel settings |
delete_channel |
POST | Remove channel |
enable_channel |
POST | Activate channel |
disable_channel |
POST | Suspend channel |
get_channel |
GET | Get channel details |
Quick Example
curl -X POST "http://your-server.com/cSbuFLhp/?api_key=API_KEY&action=create_channel" \
-d "channel_name=CNN HD" \
-d "epg_id=cnn-hd" \
-d "category_id=1"