Home Embed Player Features FAQ
Login to Account Create Free Account
High-Speed TMDB Anime Video Stream & Embed API

Embed Anime Streams With
TMDB ID & Multi-Audio

Directly embed anime video players by TMDB ID with automated support for Multi-Audio (Sub, Dub, Multi) and ultra-low latency playback. Free, fast, and developer-first.

Try Live Embed Player Get Free Account
4,678+
Anime Series
92,254+
Episodes Streamed
1080p / 60fps
Max Resolution
99.99%
Uptime
Live API Playground

TMDB Embed Player Generator

Set TMDB ID, season, episode, and audio track below to generate embed URLs and test video playback in real time.

TMDB Only
Presets:
Attack on Titan (82684)
Solo Leveling (314554)
Farming Life (196285)
Exiled Heavy Knight (270603)
GET https://streamflizoapi.top/stream/tmdb/82684/1/1/multi
TMDB Embed Player Preview
<iframe 
  src="https://streamflizoapi.top/stream/tmdb/82684/1/1/multi" 
  width="100%" 
  height="100%" 
  frameborder="0" 
  allow="autoplay; fullscreen; picture-in-picture" 
  allowfullscreen>
</iframe>
// Vanilla JS Dynamic Player Insertion
const playerUrl = "https://streamflizoapi.top/stream/tmdb/82684/1/1/multi";
const container = document.getElementById('player-container');

const iframe = document.createElement('iframe');
iframe.src = playerUrl;
iframe.allow = 'autoplay; fullscreen; picture-in-picture';
iframe.allowFullscreen = true;
iframe.style.width = '100%';
iframe.style.height = '100%';
iframe.style.border = 'none';

container.appendChild(iframe);
import React from 'react';

export default function AnimePlayer() {
  const streamUrl = "https://streamflizoapi.top/stream/tmdb/82684/1/1/multi";

  return (
    <div className="relative w-full aspect-video rounded-xl overflow-hidden shadow-2xl">
      <iframe
        src={streamUrl}
        className="w-full h-full border-0"
        allow="autoplay; fullscreen; picture-in-picture"
        allowFullScreen
      />
    </div>
  );
}
# Fetch stream page or metadata
curl -X GET "https://streamflizoapi.top/stream/tmdb/82684/1/1/multi" \
  -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
Platform Highlights

Built for Performance & Scale

High-availability infrastructure engineered to deliver rapid, adaptive video playback.

Multi-Audio & Subtitles

Seamless support for Multi-Audio tracks (Sub, Dub, Multi) with instant switching and synchronised subtitle cues.

Fast Global CDN

Edge cached video servers provide rapid time-to-first-frame playback with adaptive bitrate streaming up to 1080p.

Direct Embed Security

Clean, secure iframe embeds without forced redirects or disruptive popups for a smooth user experience.

Frequently Asked Questions

Everything You Need to Know

Common questions about integrating our TMDB anime video stream embeds.

How do I embed anime video streams using TMDB ID?
Insert an <iframe> HTML tag pointing to https://streamflizoapi.top/stream/tmdb/{id}/{season}/{episode}/{lang}. For example: <iframe src="https://streamflizoapi.top/stream/tmdb/82684/1/1/multi" allowfullscreen></iframe>.
What audio tracks and language options are available?
Multi provides multi-audio tracks with subtitle options; Sub is original Japanese audio with subtitles; and Dub is English/regional voice dubbing.
Can I specify a direct stream server?
Yes, append the server name to the route: /stream/tmdb/{id}/{season}/{episode}/{lang}/{server}, such as play, vidcloud1, or vidplay1.