Watermark-free streaming for movies & TV series. One TMDB ID. One iframe. Done.
NexStream was architected by the team at CodeSpecter to solve a fundamental problem in the modern streaming ecosystem: the lack of a reliable, high-performance, and genuinely free API for developers. We built a robust architecture that handles the heavy lifting of source resolving, auto-switching, and fallback mechanisms entirely behind the scenes.
Unlike traditional iframe providers that bombard your viewers with intrusive popups and broken embeds, NexStream focuses on delivering a seamless, premium viewing experience. Whether you are building a small hobby project or scaling a massive streaming directory, our watermark-free player guarantees your application always has access to the highest quality streams available globally.
Replace {tmdbId} with any TMDB movie ID
Specify show ID, season, and episode number
| Parameter | Type | Description | Example |
|---|---|---|---|
| progress | number | Start time in seconds | ?progress=120 |
Simple movie player — just drop in and go
<iframe src="https://api.codespecters.com/embed/movie/597" width="100%" height="600" frameborder="0" allowfullscreen></iframe>
Embed a specific episode — season and episode in the URL
<iframe src="https://api.codespecters.com/embed/tv/1399/1/1" width="100%" height="600" frameborder="0" allowfullscreen></iframe>