Welcome to VoxNexus API
VoxNexus provides powerful voice service APIs, including Text-to-Speech (TTS) and Speech-to-Text (STT) capabilities. We offer two types of API interfaces:- REST API: Suitable for standard request-response scenarios, supporting both synchronous and streaming responses
- WebSocket API: Ideal for real-time bidirectional communication scenarios, providing low-latency real-time voice processing
API Playground
All API endpoints support interactive testing through the API Playground. You can:- Test REST API endpoints directly in your browser
- Try WebSocket connections with real-time message exchange
- View request/response examples for each endpoint
- Authenticate using your API key in the playground interface
The API Playground is available for all endpoints in the REST API and WebSocket API sections. Simply navigate to any endpoint page to access the interactive playground.
Authentication
All API endpoints require authentication. VoxNexus supports multiple authentication methods:REST API Authentication
Use theX-Api-Key header in your request:
WebSocket API Authentication
For WebSocket connections, you can authenticate using either method: Option 1: Query Parameter (Recommended)Query parameter authentication is recommended for WebSocket connections as some WebSocket clients don’t support custom headers.
Base URLs
- REST API:
https://api.voxnexus.ai - WebSocket API:
wss://api.voxnexus.ai
Rate Limiting
API requests are subject to rate limiting and quota management. When limits are exceeded, the API returns a429 status code.