Welcome
Embed the Moviie Player on your site, control playback from your code, react to player events, and automate your library with the REST API.
Moviie is a video hosting and delivery platform with built-in AI features.
- Player events will appear here.
Choose your path
Quick start
Drop a Moviie Player on your page in under a minute.
Embedding
Configure the iframe, sizing, URL parameters and allowed domains.
Player API
Control playback from JavaScript and react to player events.
REST API
Manage videos, collections, and analytics from your server with API keys.
Webhooks
Receive real-time events when videos, playback, or usage thresholds change.
Reference
Every method, event, property and the full state shape.
What you can build
- Branded video pages: embed a Moviie video with your custom player identity and let viewers play it like any native experience.
- Interactive viewing: drive playback from your UI: play, pause, seek, toggle fullscreen, change quality, set the volume.
- Server-side workflows: upload and organize videos, move them between collections, fetch analytics, and embed payloads using the REST API from your own backend.
- Engagement analytics: react to lifecycle events (
play,pause,timeupdate,ended) and forward them to your analytics stack. - Conversion overlays: listen to call-to-action events to trigger in-app behaviour when a viewer interacts with an overlay.
- Backend automation: subscribe to outbound webhooks and trigger workflows when videos are processed, playback ends, or usage quotas are reached, without polling the API.
Versioning
The Player API follows semantic versioning. The version exposed at runtime matches the documentation you are reading. Breaking changes: if any: ship in a major release with prior notice.
You can read the runtime version at any time:
window.Moviie.versionThe REST API is versioned by URL prefix (currently /v1). New
major versions are introduced under a new prefix (for example /v2) with
advance notice. See the REST API overview for the base URL,
authentication, and interactive endpoint reference.