SDKs
Official Zernio API client libraries for Node.js, Python, Go, Ruby, Java, PHP, .NET, and Rust. Post to 14+ social platforms.
Official client libraries for the Zernio API in eight languages. Every SDK covers the full API surface: posts, accounts, profiles, analytics, inbox, ads, phone numbers, WhatsApp, workflows, and more. Each one has a dedicated page with installation, authentication, and working examples.
Official SDKs
Node.js
npm install @zernio/node — TypeScript types for every request and response
Python
pip install zernio-sdk — sync and async clients, direct media uploads
Go
go get github.com/zernio-dev/zernio-go — context-first, builder-style requests
Ruby
gem install zernio-sdk — typed models with per-call response metadata
Java
dev.zernio:zernio-sdk — built on java.net.http, Java 11+
PHP
composer require zernio-dev/zernio-php — Guzzle-based, PHP 8.1+
.NET
dotnet add package Zernio — C# client with reusable HttpClient support
Rust
cargo add zernio — async client built on reqwest
Chat SDK Adapter
Build chatbots that work across all Zernio-supported messaging platforms through a single Chat SDK integration.
See the full Chat SDK integration guide for setup instructions and examples.
OpenAPI
Prefer to generate your own client, or use a language we don't ship yet? The full API is described in one OpenAPI 3.1 spec.
Tenant Inbox & DMs
Build a unified social inbox for each of your customers - webhook-first message ingestion, routing events to the right tenant, replying, and backfills.
Node.js
Official Node.js and TypeScript SDK for the Zernio API. Install @zernio/node and publish to 14+ social platforms with fully typed requests and responses.