Overview
The Speech to Text API converts audio and video files containing speech into accurate text transcriptions. Powered by the Whisper large V3 AI model, it provides high-quality transcriptions for various applications. The API supports multiple audio formats and offers features like speaker diarization and language translation.- High-accuracy transcription with advanced AI model
- Multiple audio format support (MP3, WAV, FLAC, etc.)
- Speaker diarization capability (identifying different speakers)
- Translation to English from other languages
- Support for asynchronous processing via webhooks
- Timestamps for each segment of transcription
API Endpoint
Quick Start
JavaScript
Response
Auto Language Detection
By default, JigsawStack’s Speech to Text API automatically detects the language of your audio content. This means you don’t need to specify the language parameter - the API will intelligently identify what language is being spoken and transcribe accordingly. However, if you know the language of your audio in advance, specifying it can significantly optimize performance and reduce processing time.Examples
If you’ve already uploaded files to JigsawStack’s storage:Processing Files from Storage
Translation Example
Find more information on Speech to Text API here