Skip to content

[Example] 390 — Loom Video Transcription with Deepgram STT (Node.js)#164

Open
github-actions[bot] wants to merge 1 commit intomainfrom
example/390-loom-transcription-node
Open

[Example] 390 — Loom Video Transcription with Deepgram STT (Node.js)#164
github-actions[bot] wants to merge 1 commit intomainfrom
example/390-loom-transcription-node

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 3, 2026

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 portal

Tests

⚠️ Tests not verified (missing credentials or pre-open failure)

MISSING_CREDENTIALS: LOOM_API_KEY

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

@github-actions github-actions bot added type:example New example language:node Language: Node.js integration:loom Integration: Loom labels Apr 3, 2026
@github-actions github-actions bot added the status:needs-credentials Missing env vars for E2E tests label Apr 3, 2026
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions bot commented Apr 3, 2026

Waiting on credentials

Missing: LOOM_API_KEY

Add these as repository secrets and the next review sweep will pick this up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration:loom Integration: Loom language:node Language: Node.js status:needs-credentials Missing env vars for E2E tests type:example New example

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants