Developer Platform
zoobicon.io

Build With the
Most Powerful API

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"
});
Official SDKs

Your Language.
Our Power.

First-class SDKs for every major language. Type-safe, well-documented, battle-tested.

JavaScript/TypeScript@zoobicon/sdk
npm install @zoobicon/sdk
Pythonzoobicon
pip install zoobicon
Gogo-zoobicon
go get github.com/zoobicon/go-zoobicon
Rubyzoobicon-ruby
gem install zoobicon
PHPzoobicon/sdk
composer require zoobicon/sdk
cURLREST API
Works with any HTTP client

API Reference

RESTful API with streaming support. Base URL: https://api.zoobicon.io/v1

POST/v1/generate
POST/v1/generate/stream
POST/v1/edit
GET/v1/sites
GET/v1/sites/:id
POST/v1/deploy
POST/v1/seo/campaigns
GET/v1/seo/campaigns/:id
POST/v1/video/create
POST/v1/brand/generate
POST/v1/chatbot/create
GET/v1/usage

Enterprise Infrastructure

Webhooks

Real-time notifications for generation, deployment, and SEO events.

OAuth 2.0

Secure authentication with scoped API keys and team permissions.

Rate Limiting

Generous limits: 100 req/min (Free), 1000 req/min (Pro), Unlimited (Enterprise).

Batch Operations

Generate up to 50 sites in a single batch request with parallel processing.

CDN Hosting

Auto-deploy to our global CDN. Custom domains with free SSL certificates.

Version Control

Every generation is versioned. Roll back, diff, and branch your sites.

API Pricing

Start free. Pay only for what you use.

Free
$0
100 requests/day
  • 50 site generations/month
  • Basic SEO audit
  • Community support
  • 1 API key
Get Started
Popular
Pro
$79/mo
1,000 requests/min
  • Unlimited generations
  • Full SEO agent
  • Video creation API
  • Priority support
  • 10 API keys
Enterprise
Custom
Unlimited everything
  • Dedicated infrastructure
  • Custom model training
  • SLA guarantee
  • Unlimited API keys
  • 24/7 support

Start Building Today

Free API key. No credit card. Ship your first integration in under 5 minutes.

$ npm install @zoobicon/sdk