v2.0 WASM BYPASS
API Documentation

Embed Configuration

Live Embed Sandbox

💡 Make changes in the settings form and click "Load Stream Preview" to watch HLS playback in the live player sandbox.

Developer Integration Documentation

GET /embed/movie/:tmdb_id_or_imdb_id
Loads a movie embed inside our high-performance Plyr.js player. You can pass the color hex as a query parameter `?color=00f2fe` to custom-style the player timeline and accent highlights.

Example Path: http://localhost:3000/embed/movie/299534?color=00f2fe
GET /embed/tv/:tmdb_id/:season/:episode
Loads a specific episode of a TV show inside our Plyr.js player. Accent color configuration supported.

Example Path: http://localhost:3000/embed/tv/94605/1/1?color=ff007f (Wednesday S1E1)
GET /api/source/movie/:tmdb_id
Direct API endpoint. Runs the backend WASM Altcha solver and decodes the direct, decrypted `.m3u8` video streams alongside their respective required Referer header details.