API Platform · SDKs

Typed SDKs in the languages you actually use

Idiomatic, fully-typed clients maintained by the same team that ships the API. Versioned with semver, released the same day as the API.

Why our SDKs

More than thin wrappers

Fully typed

End-to-end types. Autocomplete every field, catch errors at compile time.

Auto-retries

Idempotency keys and exponential backoff built in. Survive transient blips.

Tiny footprint

Zero heavy deps. Tree-shakeable. Ships ESM + CJS.

Same-day releases

When the API ships, the SDKs ship — same commit, same version.

Install

Pick your language

npm install @sunesis/sdk
import { Sunesis } from "@sunesis/sdk";

const s = new Sunesis(process.env.SUNESIS_KEY);
const audio = await s.voice.generate({
  voice: "aria",
  text: "Hello there.",
});

Install in seconds.

Free to start — 10,000 credits every month, no credit card required.

SOC 2 Type II · GDPR · HIPAA-ready · No vendor lock-in