Delightful audio experiences rely on reliable speech-to-text.
Amazing Voice Experiences Made Easier
Build better voice applications with faster, more accurate transcription through AI Speech Recognition.
Have a login for Enterprise testing?
Whatever youβre building, weβve got you covered.
Deepgram provides developers with the tools you need to easily add AI speech recognition to applications. We can handle practically any audio file format and deliver at lightning speed for the best voice experiences.
Hell yes, we have SDKs.
Audio goes in. Accurate text comes out. Itβs really just that simple. Use one of our SDKs to get started in your favorite programming language.
const { Deepgram } = require('@deepgram/sdk'); const deepgram = new Deepgram('YOUR_DEEPGRAM_API_KEY'); deepgram.transcription.preRecorded({ url: 'URL_TO_FILE' }) .then((transcript) βΉ { console.log(transcript); }) .catch((err) βΉ { console.log(err); });
{ "channel_index": [ { "channel": "string", "num_channels": 0 } ], "duration": 0, "start": "string", "is_final": true, "channel": { "alternatives": [ { "transcript": "string", "confidence": 0, "words": [ { "word": "string", "start": 0, "end": 0, "confidence": 0 } ] } ] } }
from deepgram import Deepgram
dg_client = Deepgram({ 'api_key': 'YOUR_DEEPGRAM_API_KEY' })
res = await dg_client.transcription.prerecorded({ 'url': 'URL_TO_FILE' })
{ "channel_index": [ { "channel": "string", "num_channels": 0 } ], "duration": 0, "start": "string", "is_final": true, "channel": { "alternatives": [ { "transcript": "string", "confidence": 0, "words": [ { "word": "string", "start": 0, "end": 0, "confidence": 0 } ] } ] } }
“Phenomenal transcription engine with incredible support and robust API.β
Ryan Stomel, Founder, CallCriteria
Build the next generation of voice experiences.
Built for innovators.
Whoever you are.
Developers
Make your big idea even better with a great voice experience. Get started with the right foundation and $150 in free credits.
Start-ups
Get ready for demo day without hassle or heartache. Start small and scale later, or go big right out the gate with Deepgramβs Startup Program.
Enterprises
Create an experience that differentiates you from the competition without the price tag or scaling headaches.
Better insights.
Whatever you build.
Conversational AI
Create human-like conversations with fast, accurate transcription at a fraction of the cost.
Analytics
Reliably uncover insights in phone calls and meetings that drive business forward.
Customer Experience
Enable your team to provide a true omnichannel customer experience with increased insights and real-time enablement.
What’s New
Insight from 400 decision makers using ASR (Automatic Speech Recognition) as reported by Opus Research. Learn about current and future uses of ASR and the criteria in use for partner selection.
What’s really needed to improve these voicebot interactions for customers? Learn why customers are rejecting simple IVRs, chatbots, and menu-driven voice bots to embrace more human-like bots that understand customer intent and respond correctly to meet customer needs.
Understanding what speech recognition really is, as well as the differences between types of ASRs can help you see the potential power in having access to more accurate, more usable voice data. Learn what ASR is and how it works and what the future of ASR looks like.