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.
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.
# 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
}'Each endpoint is rate-limited per key, signed with HMAC-SHA256 and returns standard JSON.
/api/v1/sitesGenerate a complete React site from a single prompt.
{ "prompt": "saas landing for a dog walking app" }/api/v1/generateLower-level generation endpoint with model + agent control.
{ "prompt": "...", "model": "claude-opus-4-6" }/api/v1/deployDeploy a generated site to a live zoobicon.sh subdomain.
{ "siteId": "abc123", "slug": "my-site" }/api/v1/video/generateProduce a talking-avatar video from a script. Fish Speech + OmniHuman.
{ "script": "Hello world" }/api/v1/transcribeSpeech-to-text transcription with speaker diarization.
{ "audioUrl": "https://..." }/api/v1/statusHealth check, quota usage and rate-limit headers.
// returns { ok, plan, used, limit }/api/v1/storage/uploadUpload a file to managed object storage.
multipart/form-data: file=@image.png
/api/v1/storage/bucketsList your project's storage buckets and usage.
// returns Bucket[]
/api/v1/esim/plansList available eSIM data plans across 190+ countries.
?country=JP
/api/v1/esim/purchasePurchase and provision an eSIM for a customer.
{ "planId": "jp-5gb" }/api/v1/esim/usageReal-time data usage for an active eSIM.
?iccid=89014...
/api/v1/esim/topupAdd data to an existing active eSIM.
{ "iccid": "...", "gb": 5 }/api/v1/vpn/plansList WireGuard VPN plans and regions.
// returns Plan[]
/api/v1/vpn/provisionProvision a WireGuard VPN config for a customer.
{ "region": "us-west" }/api/v1/vpn/statusConnection status and bandwidth usage.
?sessionId=...
/api/v1/booking/servicesList bookable services for a calendar account.
// returns Service[]
/api/v1/booking/availabilityOpen time slots for a service over a date range.
?serviceId=...&from=2026-04-10
/api/v1/booking/appointmentsCreate a booking and trigger confirmation email.
{ "serviceId": "...", "start": "..." }/api/v1/wordpress/generateGenerate WordPress post content from a brief.
{ "topic": "...", "tone": "expert" }/api/v1/wordpress/seoAudit and rewrite a page for on-page SEO.
{ "url": "..." }/api/v1/wordpress/site-auditFull crawl-based site audit with prioritized fixes.
{ "domain": "example.com" }/api/v1/wordpress/translateTranslate content into 50+ languages with tone preservation.
{ "text": "...", "to": "ja" }Bulk pricing kicks in at scale. Annual contracts get up to 60% off list. No idle minimums.
Start free. Pay only for what you use.
Start free. Pay only for what you use.
Try every endpoint. No credit card.
For production apps at scale.
Dedicated capacity and SLA.
# Every request signs with your key
Authorization: Bearer zbk_live_a3f9c2e8b1d4...
Content-Type: application/json
X-Zoobicon-Signature: sha256=••••••Quotas that grow with your app. Upgrade any time — no contract resets.
| Plan | Rate limit | Price |
|---|---|---|
| Free | 100 requests / day | $0 |
| Pro | 10,000 requests / day | $49 / mo |
| Agency | 100,000 requests / day | $299 / mo |
| Enterprise | Unlimited + dedicated capacity | Custom |
Free key, 100 requests a day, no credit card. Upgrade when your traffic does.
Get your API keyzoobicon.com · zoobicon.ai · zoobicon.io · zoobicon.sh