Discover Endless Possibilities
VidKh. Video Streaming API
We offer free streaming links for movies and episodes that can be effortlessly integrated into your website through our embed links and API.
TMDB ID
Season
Episode
GET
System Ready
Await Initialization
Integration Guide
1 Basic Embedding
VidKh operates as a simple iframe embed. Use the TMDB ID of the movie or TV show to construct your iframe source URL.
Movie Embed
https://vidkh.site/movie/{id}?autoPlay=true
* {id} is the TMDB ID of the movie.
TV Show Embed
https://vidkh.site/tv/{id}/{season}/{episode}?autoPlay=true
* {id} is the TMDB ID of the TV show.
2 URL Parameters
Enhance the player experience by appending URL parameters to the source link.
| Parameter | Description | Example |
|---|---|---|
| autoPlay | Forces the player to automatically start video playback upon initialization. | ?autoPlay=true |
| nextEpisode | Adds a "Next Episode" button to the player controls for TV shows. | ?nextEpisode=true |
| autoplayNextEpisode | Automatically loads and plays the next episode when the current one finishes. | ?autoplayNextEpisode=true |
| episodeSelector | Adds an "Episodes List" button to quickly switch between episodes in the current season. | ?episodeSelector=true |
| hideServer | Hides the server selection button from the player controls. | ?hideServer=true |
| hideLogo | Removes the custom "VidKh." logo button from the player controls. | ?hideLogo=true |