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 lingozyNode.js SDK
Node.js
npm install @lingozy/sdkMobile SDK
React Native
npm install @lingozy/react-nativeEndpoints
POST
/v1/synthesizePOST
/v1/cloneGET
/v1/dialectsGET
/v1/voicesPOST
/v1/trainGET
/v1/usageAuthentication
All API requests require an API key passed in the Authorization header:
Authorization: Bearer your-api-keyRate Limits
| Tier | Requests / min | Characters / month |
|---|---|---|
| Free | 10 | 1,000 |
| Pro | 100 | 100,000 |
| Enterprise | Unlimited | Unlimited |
Get API Access
Join the waitlist to receive your API key when we launch.