Spitch home pagelight logodark logo
Get Started
  • Overview
  • Quickstart
  • Libraries
  • Models
Features
  • Speech Generation
  • Transcription
  • Translation
  • Tone Marking
Voice Agents
  • Overview
  • Livekit
Code Walkthroughs
  • Audio Transcription App
  • Multilingual Chatbot
Concepts
  • Voices
  • Languages
  • Pricing
  • Community
  • Support
  • Blog
Spitch home pagelight logodark logo
  • Community
  • Support
  • Blog
Spitch LogoSpitch Logo

​
Developer Platform

the most accurate voice AI platform for Africa.

Developer quickstart

Make your first API call, learn about the Spitch API.
Copy
from spitch import Spitch
client = Spitch()

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

print(response.text)


​
Checkout our models

mansa

Mansa v1

the most versatile ASR model for African languages.


​
Start building

Audio Transcription

create a web application that transcribes audio files in seconds with Spitch!

Multilingual Chatbot

create chatbots that converse in multiple languages using translation API.

Voice AI Agent

use our API to build voice agents with LiveKit.

Real-time Transcription

implement live speech-to-text transcription for online meetings and webinars.

Was this page helpful?

QuickstartStart building with Spitch in 2 minutes or less!
Next
Powered by Mintlify
On this page
  • Developer Platform
  • Checkout our models
  • Start building
Assistant
Responses are generated using AI and may contain mistakes.