API Documentation

Integrate dialect-accurate voice AI into any product.

API v1 — Coming Soon

Quick Start

Python
import lingozy

client = lingozy.Client(api_key="your-api-key")

# Synthesize speech in Yoruba dialect
audio = client.synthesize(
    text="Ẹ kú àárò, báwo ni o ṣe?",
    dialect="yoruba",
    voice="default"
)

# Save the audio file
audio.save("greeting.wav")

Official SDKs

Python SDK

Python

pip install lingozy

Node.js SDK

Node.js

npm install @lingozy/sdk

Mobile SDK

React Native

npm install @lingozy/react-native

Endpoints

POST/v1/synthesize
POST/v1/clone
GET/v1/dialects
GET/v1/voices
POST/v1/train
GET/v1/usage

Authentication

All API requests require an API key passed in the Authorization header:

Authorization: Bearer your-api-key

Rate Limits

TierRequests / minCharacters / month
Free101,000
Pro100100,000
EnterpriseUnlimitedUnlimited

Get API Access

Join the waitlist to receive your API key when we launch.