{"name":"CineSrc Streaming Source API","version":"1.0.0","endpoints":{"movie":{"method":"GET","path":"/api/movie/:tmdbid","example":"/api/movie/1084242","description":"Get streaming sources for a movie by TMDB ID"},"tv":{"method":"GET","path":"/api/tv/:tmdbid/:season/:episode","example":"/api/tv/1396/1/1","description":"Get streaming sources for a TV episode by TMDB ID, season, and episode"},"health":{"method":"GET","path":"/health","description":"Health check"}},"response_format":{"success":"boolean","tmdbId":"number","type":"\"movie\" | \"tv\"","sources":[{"server":"string - provider name","url":"string - m3u8/direct URL","quality":"string - e.g. \"1080p\", \"auto\"","type":"\"hls\" | \"direct\"","headers":"object - required request headers (optional)"}]}}