API reference
Soniox Speech-to-Text API allows you to upload audio files and transcribe them.
The Soniox Speech-to-Text API provides a robust solution for uploading audio files and transcribing them into text. Accessible at https://api.soniox.com/v1, the API is divided into:
- Auth API: Create temporary API keys.
- Files API: Manage audio files by uploading, listing, retrieving, and deleting them.
- Models API: List available models.
- Transcriptions API: Create and manage transcriptions for audio files uploaded via the Files API.
- Real-time API: Transcribe audio streams via a WebSocket connection.
For a quick overview how to use the API, check the quickstart guide.