[Example] 390 — Loom Video Transcription with Deepgram STT (Node.js)#164
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
[Example] 390 — Loom Video Transcription with Deepgram STT (Node.js)#164github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
|
⏳ Waiting on credentials Missing: LOOM_API_KEY Add these as repository secrets and the next review sweep will pick this up. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New example: Loom Video Transcription with Deepgram STT
Integration: Loom | Language: Node.js | Products: stt
What this shows
A Node.js Express server that accepts a Loom video share URL, fetches the video via the Loom Developer API, and sends it to Deepgram pre-recorded STT for a full transcript with speaker diarization and smart formatting. Useful for teams using Loom for async communication who want searchable, indexed transcripts of their video recordings.
Required secrets
LOOM_API_KEY— Loom Developer API key from the developer portalTests
Note: Unit tests for URL parsing, health endpoint, and input validation all pass independently. Only the LOOM_API_KEY credential is missing — DEEPGRAM_API_KEY is available.
Built by Engineer on 2026-04-03