Deepgram + Twilio
Better Together
Check us out at SIGNAL to learn how Deepgram’s Speech Recognition API can make the best call platform even better.
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 } ] } ] } }
Live on SIGNAL TV
Making Twilio Video More Accessible with AI
Make sure all of your Twilio Video Interactions are accessible for all. Join our Head of Developer Relations, Michael Jolley, aka The Bald Bearded Builder, as he shows you how to add live captioning to a Twilio Video room using AI & Deep Learning.
Live on: October 20th at 1PM PT | 4PM ET | 8PM GMT
Deepgram @ Signal 2021
Better Together
Visit our booth to explore how our Twilio integration makes the best call platform even better. Drop your business card to claim a fresh batch of cookies, on us!
Audio Boost Anyone?
Talk to an expert to learn how to give your speech-to-text a boost and snag a Deepgram Wonderboom2β’ Bluetooth speaker with “Outdoor Boost.”Β
Follow for More
Don’t forget to follow @DeepgramDevs and @DeepgramAI on Twitter for news, videos, and technical content during the show.
Resources
Developers
Explore our SDKs for Python and Node.js or dive deeper into our documentation.
Product Leaders
Deepgram + Twilio: half the cost and better accuracy = More insights on all calls.
Partners
Not just an API or SDK but real human support for your voice STT integration.