JSON list of all available streams with category, key, title, and quality info.
GET/api/stream/:category/:key.m3u8
Individual stream playlist — IPTV mode only. Segments are 302-redirected directly to the CDN; zero video bytes through this server.
Params: quality=1080p|720p|480p
Example: get a key from /api/streams
Embed Player
GET/api/embed/:category/:key
Self-hosted iframe-embeddable video player (hls.js). Works on any domain, tokens always fresh.
Params: quality=1080p|720p|480pautoplay=0 to disable autoplay.
Embed with: <iframe src="/api/embed/:category/:key" allowfullscreen></iframe>