Skip to main content
Spitch Logo

Developer Platform

The most accurate voice AI platform for African languages.

Developer quickstart

Make your first API call, learn about the Spitch API.
from spitch import Spitch
client = Spitch(api_key="YOUR-API-KEY")

response = client.speech.transcribe(
    content=open("file.wav", "rb"),
    language="en",
    model="mansa_v1"
)

print(response.text)

Why Choose Spitch?

High Accuracy

State-of-the-art models trained on diverse African datasets for superior performance.

Easy Integration

Simple SDKs for Python and TypeScript with comprehensive documentation and examples.