DEVELOPERS
Build with Filmito.
A small surface, designed for partners. Embed the See Your Ad tool on your site, fetch the live product catalog inside your own UI, or deep-link straight to the highest-converting pages. Public, versioned, no auth.
Embed: See Your Ad
Drop our free AI ad concept generator into any page. Iframe-friendly, clipboard-permission scoped, mobile responsive. Works on plain HTML, React, Webflow, Framer, anything.
<iframe src="https://filmito.io/embed/see-your-ad" width="100%" height="640" frameborder="0" loading="lazy" allow="clipboard-write" title="Filmito See Your Ad" ></iframe>
GET /api/v1/catalog
Live product catalog: every Filmito package with price, type, deliverables, commission rate, deep-link URL, and the proof block (915 reviews, 50+ countries, etc). Public, CORS-open, edge-cached for 5 minutes.
curl
curl https://filmito.io/api/v1/catalog
JavaScript
const res = await fetch("https://filmito.io/api/v1/catalog");
const { products, proof, affiliate } = await res.json();
console.log(products.find((p) => p.id === "ad-30"));
// {
// id: "ad-30",
// name: "30 Second Video Ad",
// price: 570,
// delivery_days: "5-7",
// ...
// }Affiliate / partner program
20% commission. 30-day cookie. Recurring on subscriptions.
If you're building a tool, comparison site, or content brand that recommends video production, our partner program pays well and pays cleanly.
Read the partner guide →Need more?
White-label production, programmatic project creation, webhook delivery on render-complete — we ship custom integrations for agencies and platforms. Email ceo@filmito.io with what you're building.