Skip to main content

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!

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