Overview
Truebar is Vitasis’ end-to-end speech platform. It combines automatic speech recognition (ASR), natural-language-processing (NLP) stages, and neural speech synthesis (TTS) into configurable pipelines that you can run either as online streaming sessions or offline batch jobs.
Why Truebar#
- Production ready pipelines — Compose ASR, punctuation, normalisation, translation, and TTS stages without hosting models yourself.
- Flexible deployment — Call the same pipelines over HTTP for offline tasks or WebSocket for low-latency streaming.
- Fine-grained access control — OAuth2 authentication plus per-stage roles keep your data and services scoped.
Next steps#
- Ready to try it out? Head to the Getting Started guide for environment setup and your first API calls.
- Building a real-time experience? Explore the Streaming STT quickstart and Streaming TTS quickstart.
- Working with batch jobs or archives? Review the Offline REST API chapter and Session API chapter.
- Prefer worked examples? See the examples chapter.
- Coming from Truebar 2.x? Follow the Migration guide to bring your integration to the pipeline-first API.
Reference docs
The authoritative API reference is the Integrator Manuals — served live from the deployed service, so it always matches what's running. Older v2.x guides and the previous v3.x deep-dive pages remain available under Truebar → Legacy for reference.