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
- AIZet AI streaming endpointsNov 22, 2025
- APIMarketplace v3 pagination cursorsNov 10, 2025
- WebhooksZPOS webhooks for order lifecycleOct 28, 2025
- SDKNew SDK: Kotlin 1.0.0Oct 12, 2025