mendelio-voice
v0.1.4
Published
Official TypeScript SDK for the Mendelio Voice API — generate natural speech, clone voices, poll async work, verify webhooks.
Downloads
811
Maintainers
Readme
mendelio-voice
Official zero-dependency TypeScript/Node SDK for the Mendelio Voice API.
npm install mendelio-voice
npx mendelio-voice loginimport { MendelioVoice } from "mendelio-voice";
const client = new MendelioVoice();
const { audio } = await client.speak({ text: "Ahoj!" });See the repository README for the full guide (voice cloning, webhooks, the CLI, and the MCP server). MIT. No telemetry. Requests are camelCase, responses are snake_case — the SDK mirrors the wire 1:1.
