Files
xui-one-api-docs/docs/categories/09-channel-api.md
T
worldofiptvcom 9b6b1eb6d0 Complete: Split documentation into individual category files
- 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
2025-12-12 16:48:37 +03:00

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"