Introduction
Nagovori API
Nagovori provides a REST API for converting audio to text (speech-to-text) and text to audio (text-to-speech). All endpoints use JSON and require authentication via API key or JWT.
Base URL
https://api.nagovori.ru/v1
Core Capabilities
- Speech-to-Text (STT) — Upload audio, start a transcription job, and fetch status, streaming updates, and ETA.
- Text-to-Speech (TTS) — List voices, synthesize speech, stream audio, and download completed results.
- Queue-based processing — Long-running jobs expose status polling, streaming updates, and ETA estimation.
Quick Links
- Quickstart — Get your first transcription in 5 minutes
- Authentication — API keys and JWT tokens
- Transcription — Full STT API reference
- Errors — Error codes and handling
- Examples — Code samples in Python, TypeScript, and Go