Developers

Developer Quickstart

Learn the basics and make your first request with the Audixa API.

Get started
audixa-example

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...

Base

Base TTS

Fast, efficient text-to-speech with natural-sounding voices. Ideal for high-volume applications.

Latency ~200ms
Max Length 50,000 chars
Languages 9 languages
Fast Cost-effective Scalable

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
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.