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.
Async Workflow
Audixa uses an asynchronous workflow for audio generation:Available Endpoints
POST /tts
Start a text-to-speech generation job.
GET /status
Check the status of a generation job.
GET /voices
List available voices for a model.
Response Format
All responses are JSON. Successful responses return status2xx with the requested data.
Success example: