Developers

Build on the ZETIORA platform.

Clean APIs, first-class SDKs and honest documentation — designed to help you ship in hours, not weeks.

Quick Start

Your first call in 60 seconds

Install a SDK, add your key, and ship an AI-powered feature.

import { Zetiora } from "@zetiora/sdk";

const z = new Zetiora({ apiKey: process.env.ZETIORA_KEY });

const reply = await z.ai.chat({
  model: "zet-1",
  messages: [{ role: "user", content: "Hello, Africa." }],
});

console.log(reply.output_text);

Official SDKs

Typed, tested and versioned across every major language.

JavaScriptTypeScriptPythonGoPHPKotlinSwiftRuby

Webhooks

Reliable delivery with signed payloads and retries.

  • Order lifecycle events
  • Payment & refund events
  • Verification callbacks
ChangelogView All
  • Zet AI streaming endpoints
    Nov 22, 2025
    AI
  • Marketplace v3 pagination cursors
    Nov 10, 2025
    API
  • ZPOS webhooks for order lifecycle
    Oct 28, 2025
    Webhooks
  • New SDK: Kotlin 1.0.0
    Oct 12, 2025
    SDK