Skip to main content

Deepgram - Transcribe Audio

Overview​

To use this Blueprint, you will need an audio file to transcribe. We recommend connecting this to a Vessel that downloads a file into Shipyard such as YouTube or Google Drive.

Variables​

NameReferenceTypeRequiredDefaultOptionsDescription
Deepgram API KeyDG_API_KEYPasswordβœ…--API Key generated from Deepgram
MimetypeDG_MIMETYPESelectβœ…MP3MP3: mp3

WEBM: webm

WAV: wav

FLAC: flac

AAC: aac

The file type of the audio file that you are transcribing
File to TranscribeDG_AUDIO_FILEAlphanumericβœ…--The file name of the audio file that you would like to transcribe
Transcription File NameDG_TEXT_FILEAlphanumericβœ…--The name of the file you wish to transcribe

YAML​

Below is the YAML template for this Blueprint and can be used in the Fleet YAML Editor.

source:
blueprint: Deepgram - Transcribe Audio
inputs:
DG_API_KEY: null ## REQUIRED
DG_MIMETYPE: MP3 ## REQUIRED
DG_AUDIO_FILE: null ## REQUIRED
DG_TEXT_FILE: null ## REQUIRED
type: BLUEPRINT
guardrails:
retry_count: 1
retry_wait: 0h0m0s
runtime_cutoff: 1h0m0s
exclude_exit_code_ranges:
- '0'