Industry-leading speech recognition with 99% accuracy. Real-time streaming or batch processing in 100+ languages.
const { Deepgram } = require('@deepgram/sdk');
const deepgram = new Deepgram(API_KEY);
const response = await deepgram
.transcription
.preRecorded({
url: 'https://example.com/audio.mp3'
}, {
punctuate: true,
language: 'en-US',
model: 'nova-2'
});
console.log(response.results);Transcribe customer calls in real-time for quality assurance and analytics
Generate accurate captions and subtitles for video content
Convert doctor-patient conversations into structured notes
Transcribe depositions, hearings, and legal proceedings