# Documentation

Reson8 provides speech-to-text through a realtime streaming API and a prerecorded file API. Both are available at `api.reson8.dev`.

## General

- [Authentication](general/authentication.md) — How to authenticate your requests.
- [Glossary](general/glossary.md) — Key terms and definitions.

## Speech to Text

- [Realtime](speech-to-text/realtime.md) — Stream audio over WebSocket and receive live transcriptions.
- [Prerecorded](speech-to-text/prerecorded.md) — Upload an audio file and receive the full transcript.
