Skip to main content

At a glance

Credentials

Set these per environment. See Connect an integration.
VariableRequiredDescription
DEEPGRAM_API_KEYYesDeepgram API key from the Deepgram console Docs.

Setup

  1. Create a Deepgram account: Go to https://console.deepgram.com and sign up. New accounts receive free credits to test transcription without a credit card.
  2. Create an API key: In the console, open your project, go to Settings → API Keys, and create a new key. Choose the Member role (or narrower) for day-to-day transcription.
  3. Store the key: Copy the key and add it to your .env file as DEEPGRAM_API_KEY=…
  4. Verify access: Run the List Projects tool to confirm the key works, then transcribe a sample file such as https://dpgr.am/spacewalk.wav
  • Authentication uses the Authorization header with the Token prefix (Authorization: Token <key>), not Bearer
  • Transcription is billed per minute of audio and draws down project credits
  • The Transcribe URL tool only handles remote files - uploading raw audio bytes is not supported by this connector
Provider API reference: https://developers.deepgram.com/reference/deepgram-api-overview

Tools

ToolAccessDescription
Transcribe URLWriteTranscribe a prerecorded audio file from a publicly accessible URL
List ProjectsReadList the Deepgram projects associated with the API key
Get Project BalancesReadGet the outstanding credit balances for a project
List ModelsReadList the speech-to-text and text-to-speech models Deepgram offers

Example prompts

  • Transcribe this audio file with Deepgram and give me a clean transcript: <paste URL>
  • List my Deepgram projects and check the remaining credit balance on each.