Base URL
All API requests are made to:Authentication
All endpoints require authentication via thex-api-key header:
Learn More
See the Authentication guide for details on obtaining and using API keys.
Official SDKs
We interpret your request using our official open-source SDKs for Python and Node.js:Async Workflow
Audixa uses an asynchronous workflow for audio generation:Submit TTS Request
POST to
/v3/tts with your text, voice, and model. Receive a generation_id and initial status IN_QUEUE.Available Endpoints
POST /tts
Start a text-to-speech generation job.
GET /tts (Status)
Check the status of a generation job.
GET /voices
List available voices for a model.
GET /history
Retrieve generation history.
WS /stream
Real-time audio streaming.
Response Format
All responses are JSON. Successful responses return status2xx with the requested data.
Success example: