·deepgram-webhooks
</>

deepgram-webhooks

hookdeck/webhook-skills

接收并验证 Deepgram Webhook(回调)。在设置 Deepgram Webhook 处理程序、处理转录回调或处理异步转录结果时使用。

13安装·0热度·@hookdeck

安装

$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 |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/hookdeck/webhook-skills --skill deepgram-webhooks
分类
</>开发工具
认证
收录时间
2026-02-11
更新时间
2026-02-18

快速解答

什么是 deepgram-webhooks?

接收并验证 Deepgram Webhook(回调)。在设置 Deepgram Webhook 处理程序、处理转录回调或处理异步转录结果时使用。 来源:hookdeck/webhook-skills。

如何安装 deepgram-webhooks?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hookdeck/webhook-skills --skill deepgram-webhooks 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

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