Drop-in widget
One script tag on your blog template; every article auto-generates a video player at the top.
Engineering teams at CMS-driven sites use VideoCue as infrastructure. One snippet on your blog template; every article auto-generates a video preview.
Engineering lead at a content-driven company โ CMS startup, dev-marketing team, headless publisher, B2B blog. You want video as a feature without building the pipeline.
Your content team writes great articles. Video would boost dwell time + SEO + social shares. But building a video generation pipeline is six months of engineering work โ and isn\'t your core competence.
One script tag on your blog template; every article auto-generates a video player at the top.
Full programmatic control โ POST a script, get back an MP4 URL + thumbnail + caption file.
Article publishes โ VideoCue receives content โ video URL posts back. Zero polling.
WordPress plugin + Shopify app shipped. Ghost / Webflow / Sanity documented as webhooks.
Publishable keys check the Origin header AND carry a hard monthly cost cap, per-key rate limit, and one-click revoke. Same model Stripe + Mapbox use. Abuse-bounded, not magic.
Set per-key monthly budgets. We refuse generations when caps are hit โ no surprise bills.
Generate a publishable key, allowlist your domain.
Drop the widget script OR call our REST API.
Article publishes โ VideoCue generates โ callback fires.
iframe player on your article; first load shows progress, then plays.
See full pricing, included quotas, and overage rates.
See pricing โYes โ single sandboxed iframe pointing at our CDN. No DOM access on the host page. We publish Subresource Integrity hashes per version.
Honest answer: no client-side key is unhackable โ the Origin header that locks publishable keys to your domain CAN be spoofed by a server-side actor with curl. What stops abuse in practice is the layered defense: (1) Origin check blocks browser-based misuse, (2) per-key monthly cost cap means even a scraped key can't run up your bill, (3) 100/hour rate limit caps fast burn, (4) instant revoke from your dashboard kills any leaked key, (5) anomaly detection flags 10x spikes. Same model Stripe, Mapbox, and Algolia use for their public keys. For anything sensitive โ read user data, configure webhooks, programmatic destination publishing โ use server-only secret keys instead.
Cached by content-hash โ same article hits cache. Beyond the cache, your per-key monthly budget gates new generations.
Not yet. We're cloud-only for the rendering pipeline; you embed our iframe. Self-hosted is on the roadmap for enterprise.
Default is $0.50/generation overage above Studio's 100 included. Sites doing 10k+/month, contact us for negotiated rates.