Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.supertoneapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Empowering Voices, Simplifying AI Integration

Generate realistic speech, clone custom voices from a short sample, and integrate voice into your product through clean SDKs and a REST API.

As simple as it sounds

Authenticate, pick a voice, and synthesize:
from supertone import Supertone

with Supertone(api_key=API_KEY) as client:
    response = client.text_to_speech.create_speech(
        voice_id=VOICE_ID,
        text="Hello from Supertone.",
        language="en",
    )
    open("speech.wav", "wb").write(response.result.read())
The full walkthrough is in the Quickstart.

Built for production

  • 31 languages with character identity preserved across each one
  • 150+ premium voices, with 50+ emotional styles
  • Voice cloning from ~10-second audio samples
  • TTS models for every use case — from flagship quality (sona_speech_2) to ultra-low latency with high speech stability (supertonic_api_3)
  • Fully adjustable pitch, intonation, and speed via voice_settings
  • Official Python & TypeScript SDKs with auto-chunking, retries, and async support

What you can build

Supertone is the voice layer for products shipping today — trusted by entertainment and AI teams to power voice agents, character dialogue, multilingual content, and more.

AI voice agents

Chatbots, virtual assistants, and customer-support agents that respond in real time with emotional range.

Audiobooks & long-form audio

Audiobooks, educational content, and meditation apps — natural delivery over long scripts.

Multilingual product experiences

Localize your product’s voice across 23 languages while preserving each character’s identity.

In-app audio & accessibility

Reading mode, voice notifications, audio guides, and accessibility features inside your app.

Get started

Quickstart

From zero to a playable audio file in five minutes.

Get an API key

Issue keys and view your dashboard in the developer console.

API Reference

Endpoint-by-endpoint specification.

Enterprise

Higher limits, dedicated capacity, and custom voices.