One API to generate websites, run SEO campaigns, create videos, and automate your entire digital pipeline. SDKs for every language. Ship in minutes, not months.
import { Zoobicon } from "@zoobicon/sdk";
const zb = new Zoobicon({ apiKey: process.env.ZOOBICON_API_KEY });
// Generate a website
const site = await zb.sites.generate({
prompt: "Photography portfolio with dark theme",
framework: "nextjs"
});
// Deploy instantly
const deployment = await zb.deploy.create({
siteId: site.id,
domain: "photos.yoursite.com" // or use free *.zoobicon.sh subdomain
});
// Start an SEO campaign
const seo = await zb.seo.launch({ siteId: site.id, mode: "aggressive" });
// Create a promotional video
const video = await zb.video.create({
siteId: site.id,
platform: "instagram",
style: "cinematic"
});First-class SDKs for every major language. Type-safe, well-documented, battle-tested.
npm install @zoobicon/sdkpip install zoobicongo get github.com/zoobicon/go-zoobicongem install zoobiconcomposer require zoobicon/sdkWorks with any HTTP clientRESTful API with streaming support. Base URL: https://api.zoobicon.io/v1
/v1/generate/v1/generate/stream/v1/edit/v1/sites/v1/sites/:id/v1/deploy/v1/seo/campaigns/v1/seo/campaigns/:id/v1/video/create/v1/brand/generate/v1/chatbot/create/v1/usageReal-time notifications for generation, deployment, and SEO events.
Secure authentication with scoped API keys and team permissions.
Generous limits: 100 req/min (Free), 1000 req/min (Pro), Unlimited (Enterprise).
Generate up to 50 sites in a single batch request with parallel processing.
Auto-deploy to our global CDN. Custom domains with free SSL certificates.
Every generation is versioned. Roll back, diff, and branch your sites.
Start free. Pay only for what you use.
Free API key. No credit card. Ship your first integration in under 5 minutes.