·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 で使用できるようになります

ソースリポジトリはどこですか?

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