Documentation

Developer documentation for speech, translation, and language AI.

Build with NovaxAILab’s models and infrastructure using a simple set of concepts designed for experimentation, integration, and product development.

Overview

Quick start

Get started by exploring the available models, reviewing the research overview, and connecting to the playground for hands-on testing.

API concepts

The platform exposes endpoints for speech-to-text, text-to-speech, and translation workflows with a straightforward request structure.

Model access

Use the hosted playground for demos or connect to the published models to embed speech and language capabilities into your own application.

Example request

curl https://api.novaxailab.com/v1/transcribe   -H "Authorization: Bearer YOUR_API_KEY"   -F "audio=@sample.wav"

Use the API to send audio for transcription or submit text for synthesis and translation workflows.