Deepgram

Hey everyone,

I recently received positive news about being accepted into the Deepgram startup program. However, as a no-coder, setting up the API and integrating it with Glide has been quite challenging for me.

What I’m trying to achieve is to use Deepgram to transcribe audio from a column and then set the transcription value in another column. Until now, we’ve been using the native AI transcription (likely OpenAI’s) provided by Glide, but given Deepgram’s capabilities and the potential for a partnership, this would be a significant upgrade for us.

Additionally, I’m hoping this transition will help reduce the “abort error” issues we’ve been encountering.

Any guidance or step-by-step instructions on how to properly set up and integrate the Deepgram API with Glide would be greatly appreciated. Thank you in advance for your support!

Best regards

If you have access to the Deepgram API and Glide’s Call API this should be do-able. By looking at this guide Call API | Glide Docs in conjunction with the Deepgram API docs you should be able to call their API with a POST, probably provide an API KEY in the header, and send the audio file that you need transcribed in the JSON BODY. That result can hopefully be stored in a column once you have it.

Hopefully that works, let me know if ends up coming thru!

1 Like