Developers
INSTALLATION
$ npm install audixa
1import { Audixa } from 'audixa';
2
3const client = new Audixa('YOUR_API_KEY');
4
5client.tts({
6 text: 'Text Goes Here',
7 voice: 'am_ethan'
8}).then(audio => console.log(audio));
API Keys
Create and manage API keys for your applications.
Loading your API keys...
No API Keys Yet
Create your first API key to start using the Audixa API.
Base TTS
Fast, efficient text-to-speech with natural-sounding voices. Ideal for high-volume applications.
Advanced TTS
Premium quality with emotional expression and voice cloning. Perfect for content creation.
Model Comparison
| Feature | Base | Advanced |
|---|---|---|
| Voice Quality | High | Ultra-Premium |
| Emotional Range | Basic | Full Control |
| Voice Cloning | — | ✓ |
| Multilingual | ✓ 9 languages | ✓ 29+ languages |
| Sample Rate | 24kHz | 24kHz |
| Concurrent Requests | Plan-based | Plan-based |
API Pricing by Plan
All prices are per minute of generated audio
| Plan | Monthly Balance | Base TTS | Advanced TTS | Concurrency |
|---|---|---|---|---|
| BasicFree | $0.10 | $0.010/min | $0.080/min | 2 requests |
| Starter | $15 | $0.006/min | $0.040/min | 5 requests |
| ProPopular | $30 | $0.003/min | $0.020/min | 10 requests |
| Enterprise | Custom | Custom | Custom | Unlimited |
Pay as you go
Add topup balance anytime ($10-$1000). Permanent balance never expires.
Billing order
Monthly balance is used first, then permanent balance if needed.