European speech AI, available in one line of code.
The Voxist API exposes ASR, translation, and voice synthesis via REST and gRPC. EU-hosted, EUR-billed, GDPR-native by architecture. No round-trip to a US hyperscaler.
POST /v1/asr/stream
Authorization: Bearer <api-key>
Content-Type: audio/webm
→ {
"transcript": "Pouvez-vous confirmer le délai ?",
"lang": "fr",
"confidence": 0.97,
"latency_ms": 186
}Three problems other speech APIs don't solve
Your speech API was trained on English — and it shows on French
Most major ASR APIs have 8–15% WER on general French, and worse on accented French or technical terminology. The Voxist API reaches 4.2% WER on French — best-in-class for European languages.
Your translation API pivots through English — and that flattens the nuance
French → English → German loses 30% of the formal nuance in the English pivot. The Voxist API translates directly between European pairs — COMET #2 globally on French-centric EU pairs, no pivot.
Your DPO is asking where your users' audio goes
Applications processing voice from EU residents must answer strict GDPR requirements on data location. The Voxist API is hosted on OVHcloud and Scaleway, in the EU, with zero transit to the US.
Everything your application can do with voice
Speech recognition (ASR)
Streaming and batch. 40+ languages. Automatic language detection. 4.2% WER on French. Technical vocabulary available.
Translation (MT)
Streaming and on-demand translation. 1600+ language pairs. COMET #2 globally on French-centric EU pairs. Code-switching detected automatically.
Neural voice synthesis (TTS)
Natural neural voices in 40+ languages. Real-time streaming. Prosody control. Voice cloning on request (enterprise contract).
Voice-to-voice pipeline (VTT)
ASR + MT + TTS as a single endpoint. Perceived latency under one second. Ideal for real-time translation applications.
Multi-language SDKs
Python, Node.js, Go, Rust, Java, and .NET. WebSocket clients for streaming. OpenAPI spec for your own client generation.
On-premise option
For applications that cannot send audio to the cloud. Models deploy in your infrastructure. Same API, same SDK.
Questions, answered
Where is the Voxist API hosted?
Is my audio used for model training?
What audio formats does the API support?
Does the API have rate limits?
Can I use the API in production before upgrading to a paid plan?
Build on speech AI that will stay where your data needs to be.
Free API key · EU-hosted · no audio used for model training