Docs

Embedding overview

Everything you need to know to embed the Moviie Player on your website.

The Moviie Player is delivered as an iframe served from watch.moviie.ai. This section covers every option exposed by that surface, from the basic embed snippet to allowed-domain restrictions enforced at the edge.

Anatomy of an embed

https://watch.moviie.ai/embed/VIDEO_ID?autoplay=1&muted=1
PartExampleDescription
Originwatch.moviie.aiThe CDN host that serves the player. Treat it as a stable, long-lived domain.
Video IDVIDEO_IDThe identifier shown in the Moviie dashboard for each video.
Parameters?autoplay=1&muted=1Optional configuration applied to the player on load. See the URL parameters page for the full list.

On this page