Cinematic
Streaming API
A seamless, buffer-free HTML5 video integration. Enter a TMDB ID to experience instant adaptive playback.
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 |