Home
Blog
How to integrate live transcription API with Twilio to transcribe calls in real time

How to integrate live transcription API with Twilio to transcribe calls in real time

How to integrate live transcription API with Twilio to transcribe calls in real time
Published on
Mar 2024

Twilio, used by hundreds of thousands of businesses and more than ten million developers worldwide, can now integrate with our live transcription API. The integration makes it easier for users to natively transcribe any phone call in real time while using Twilio. With transcribed text at your disposal, you'll then be able to analyze, archive, and act upon voice data more effectively.

Below, you’ll find a step-by-step guide on setting up the Twilio integration with Gladia API in JavaScript for free.

What can you do with Twilio integration?

Any developer can use this integration to transcribe phone calls in real-time. 

How to implement Twilio + Gladia real-time transcription integration

Step 1: Set up your Gladia account

If you haven't already, sign up for our Speech-to-Text API at app.gladia.io and obtain your API key.

Step 2: Create and parametrize your Twilio account

  • Create an account on https://www.twilio.com/try-twilio
  • Get a phone number, following the first step of the main page to connect to your Twilio account.
  • On the left panel Develop > United States (US1) > Phone Numbers > Manage > Active numbers.
  • Click on the phone number you just created.
  • In 'Configure' panel, 'Voice Configuration' section, 'A call comes in' field, choose 'Webhook' with URL = 'http://[your-id-address]:[your-app-port-number]' and HTTP = 'HTTP POST'

Step 3: Configure your server and install dependencies

  • In .env file, add GLADIA_API_KEY var with your API key obtained from Gladia’s website and PORT var, the port you used to configure your phone number in above section (default is 8080)
  • Install dependencies:

npm i

Step 4: Make it work

  • Launch the websocket server:

npm run start

Voila! The transcription should appear in the server logs now.

🔗 Source GitHub repository is available here.

Feel free to check out the video version of the tutorial for a step-by-step walkthrough with one of our software engineers, Antoine.

We hope you enjoyed this how-to tutorial! Given how much audio data still goes to wasted, we’re always curious to explore the many ways in which transcription tech can be used to remedy that. Let us know if you end up using our API with Twilio, Discord, or other, we’d love to hear from you.

About Gladia

At Gladia, we built an optimized version of Whisper in the form of an API, adapted to real-life professional use cases and distinguished by exceptional accuracy, speed, extended multilingual capabilities and state-of-the-art features, including speaker diarization and word-level timestamps.

Contact us

280
Your request has been registered
A problem occurred while submitting the form.

Read more

Product News

Our Road to Real-Time Audio AI – with $16M in Series A funding

Real-time audio AI is transforming the way we work and build software. With instant insights from every call and meeting at their fingertips, customer support agents and sales reps will be able to reach new levels of efficiency and deliver a more delightful customer experience across borders.

Product News

Gladia selected to participate in the 2024 AWS Generative AI Accelerator

We’re proud to announce that Gladia has been selected for the second cohort of the AWS Generative AI Accelerator, a global program offering top early-stage startups that are using generative AI to solve complex challenges, learn go-to-market strategies, and access to mentorship and AWS credits.

Tutorials

How to implement advanced speaker diarization and emotion analysis for online meetings

In our previous article, we discussed how to unlock some of that data by building a speaker diarization system for online meetings (POC) to identify speakers in audio streams and provide organizations with detailed speaker-based insights into meetings, create meeting summaries, action items, and more.