Solved

Best practice for retrieving call transcriptions

  • 2 November 2023
  • 1 reply
  • 269 views

I can't seem to find an API that would provide a transcription of a recorded call. Am I correct that this is not supported?

If so it seems my best option would be to use the text transcription feature of the AI beta. I'd be taking the call recording file, re-uploading it to RC, and then retrieving the transcript. This seems a bit convoluted to I wanted to confirm this is a reasonable approach.

Thanks in advance!

icon

Best answer by Phong1426275020 3 November 2023, 02:35

View original

1 reply

Userlevel 1

That's right. Unfortunately, voice call recordings are not automatically transcribed.

You can implement your own app which subscribes for telephony event notifications to detect when a call is recorded, then after the call is disconnected, call the call log to get the call recording url and pass it to the speech-to-text API along with a valid access token to get the transcript.

Reply