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β
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
Deepgram API Key | DG_API_KEY | Password | β | - | - | API Key generated from Deepgram |
Mimetype | DG_MIMETYPE | Select | β | MP3 | MP3: mp3 WEBM: webm WAV: wav FLAC: flac AAC: aac | The file type of the audio file that you are transcribing |
File to Transcribe | DG_AUDIO_FILE | Alphanumeric | β | - | - | The file name of the audio file that you would like to transcribe |
Transcription File Name | DG_TEXT_FILE | Alphanumeric | β | - | - | 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'