SDKs
Official SDKs for every stack.
Five languages, one consistent API. Or skip the SDK and use plain HTTP — every feature is available via the REST API.
Node.js
npm install @utobo-mail/sdkimport { UtoboMail } from "@utobo-mail/sdk";
const client = new UtoboMail("av_live_...");Supports TypeScript out of the box. Works with Next.js, Express, Fastify, and any Node runtime.
Python
pip install utobo-mailimport utobo_mailSupports Python 3.8+. Works with Django, Flask, FastAPI, and plain scripts.
Go
go get github.com/myutobo/utobo-mail-goIdiomatic Go with full context support. Zero external dependencies.
PHP
composer require myutobo/utobo-mail-phpWorks with Laravel, Symfony, WordPress, and plain PHP. PHP 8.0+.
Ruby
gem install utobo-mailWorks with Rails, Sinatra, and plain Ruby. Ruby 3.0+.
Prefer plain HTTP?
Every feature is available via plain HTTP. Send a POST with your API key and a JSON body. That's it.