Public API v1 — production ready

Build with Zoobicon.

Real domains. Real video. Real websites. One API key. The same infrastructure that powers Zoobicon.com — exposed to your code in a single REST surface.

SitesVideoDomainseSIMVPNStorageBookingWordPress
Quick start

Generate a site in one curl.

Send a prompt, get back a fully-built React site object with files, dependencies and a deploy URL. Average response: 28 seconds end-to-end.

  • HMAC bearer auth — no OAuth dance
  • JSON in, JSON out — no SDK required
  • Streaming SSE available on every endpoint
  • 99.95% uptime SLA on Pro and above
POST /api/v1/sites
# Generate a complete React site
curl -X POST https://zoobicon.com/api/v1/sites \
  -H "Authorization: Bearer zbk_live_••••••" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "saas landing for a dog walking app",
    "deploy": true
  }'
Endpoints

22 production endpoints. Live today.

Each endpoint is rate-limited per key, signed with HMAC-SHA256 and returns standard JSON.

POST
/api/v1/sites

Generate a complete React site from a single prompt.

{ "prompt": "saas landing for a dog walking app" }
POST
/api/v1/generate

Lower-level generation endpoint with model + agent control.

{ "prompt": "...", "model": "claude-opus-4-6" }
POST
/api/v1/deploy

Deploy a generated site to a live zoobicon.sh subdomain.

{ "siteId": "abc123", "slug": "my-site" }
POST
/api/v1/video/generate

Produce a talking-avatar video from a script. Fish Speech + OmniHuman.

{ "script": "Hello world" }
POST
/api/v1/transcribe

Speech-to-text transcription with speaker diarization.

{ "audioUrl": "https://..." }
GET
/api/v1/status

Health check, quota usage and rate-limit headers.

// returns { ok, plan, used, limit }
POST
/api/v1/storage/upload

Upload a file to managed object storage.

multipart/form-data: file=@image.png
GET
/api/v1/storage/buckets

List your project's storage buckets and usage.

// returns Bucket[]
GET
/api/v1/esim/plans

List available eSIM data plans across 190+ countries.

?country=JP
POST
/api/v1/esim/purchase

Purchase and provision an eSIM for a customer.

{ "planId": "jp-5gb" }
GET
/api/v1/esim/usage

Real-time data usage for an active eSIM.

?iccid=89014...
POST
/api/v1/esim/topup

Add data to an existing active eSIM.

{ "iccid": "...", "gb": 5 }
GET
/api/v1/vpn/plans

List WireGuard VPN plans and regions.

// returns Plan[]
POST
/api/v1/vpn/provision

Provision a WireGuard VPN config for a customer.

{ "region": "us-west" }
GET
/api/v1/vpn/status

Connection status and bandwidth usage.

?sessionId=...
GET
/api/v1/booking/services

List bookable services for a calendar account.

// returns Service[]
GET
/api/v1/booking/availability

Open time slots for a service over a date range.

?serviceId=...&from=2026-04-10
POST
/api/v1/booking/appointments

Create a booking and trigger confirmation email.

{ "serviceId": "...", "start": "..." }
POST
/api/v1/wordpress/generate

Generate WordPress post content from a brief.

{ "topic": "...", "tone": "expert" }
POST
/api/v1/wordpress/seo

Audit and rewrite a page for on-page SEO.

{ "url": "..." }
POST
/api/v1/wordpress/site-audit

Full crawl-based site audit with prioritized fixes.

{ "domain": "example.com" }
POST
/api/v1/wordpress/translate

Translate content into 50+ languages with tone preservation.

{ "text": "...", "to": "ja" }
Usage pricing

Pay only for what you call.

Bulk pricing kicks in at scale. Annual contracts get up to 60% off list. No idle minimums.

$0.10
per site
$0.50
per video
$0.05
per domain check
$0.01
per email send

API Pricing

Start free. Pay only for what you use.

Free
$0
10 requests/min
  • Standard tier generation
  • Deploy to zoobicon.sh
  • Community support
  • 1 API key
Get Started
Popular
Pro
$79/mo
60 requests/min
  • Premium tier generation
  • 43 specialized generators
  • White-label branding
  • Webhook callbacks
  • Priority support
Start Pro
Enterprise
Custom
600 requests/min
  • Dedicated rate limits
  • Custom model routing
  • SLA guarantee
  • Agency bulk generation
  • 24/7 support
Contact Sales

API pricing, simply put.

Start free. Pay only for what you use.

Free

$0
10 requests / min

Try every endpoint. No credit card.

  • Standard tier generation
  • Deploy to zoobicon.sh
  • Community support
  • 1 API key
Get started
Most popular

Pro

$79/mo
60 requests / min

For production apps at scale.

  • Premium tier generation
  • 43 specialized generators
  • White-label branding
  • Webhook callbacks
  • Priority support
Start Pro

Enterprise

Custom
600 requests / min

Dedicated capacity and SLA.

  • Dedicated rate limits
  • Custom model routing
  • SLA guarantee
  • Agency bulk generation
  • 24/7 support
Contact sales
Authorization header
HMAC-SHA256
# Every request signs with your key
Authorization: Bearer zbk_live_a3f9c2e8b1d4...
Content-Type: application/json
X-Zoobicon-Signature: sha256=••••••
Rate limits

Built for scale from request one.

Quotas that grow with your app. Upgrade any time — no contract resets.

PlanRate limitPrice
Free100 requests / day$0
Pro10,000 requests / day$49 / mo
Agency100,000 requests / day$299 / mo
EnterpriseUnlimited + dedicated capacityCustom

Start building today.

Free key, 100 requests a day, no credit card. Upgrade when your traffic does.

Get your API key
No credit card100 free requests / dayStreaming SSE

zoobicon.com · zoobicon.ai · zoobicon.io · zoobicon.sh