·deepgram-webhooks
</>

deepgram-webhooks

hookdeck/webhook-skills

Receive and verify Deepgram webhooks (callbacks). Use when setting up Deepgram webhook handlers, processing transcription callbacks, or handling asynchronous transcription results.

13Installs·0Trend·@hookdeck

Installation

$npx skills add https://github.com/hookdeck/webhook-skills --skill deepgram-webhooks

SKILL.md

Deepgram webhooks (callbacks) are used to receive transcription results asynchronously. When you provide a callback URL in your transcription request, Deepgram immediately responds with a requestid and sends the transcription results to your callback URL when processing is complete.

Deepgram sends transcription results as webhook payloads. The structure varies based on the features enabled in your request:

| requestid | Unique identifier for the transcription request | Yes | | created | Timestamp when transcription was created | Yes | | duration | Length of the audio in seconds | Yes | | channels | Number of audio channels | Yes | | results | Transcription results by channel | Yes | | results.channels[].alternatives | Transcription alternatives | Yes |

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hookdeck/webhook-skills --skill deepgram-webhooks
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is deepgram-webhooks?

Receive and verify Deepgram webhooks (callbacks). Use when setting up Deepgram webhook handlers, processing transcription callbacks, or handling asynchronous transcription results. Source: hookdeck/webhook-skills.

How do I install deepgram-webhooks?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hookdeck/webhook-skills --skill deepgram-webhooks Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hookdeck/webhook-skills