Skip to main content

Transcribe Speech to Text Node

Transcribe audio to text using Deepgram with speaker diarization, word-level timing, and detailed metadata.

Inputs

LabelPropertyTypeDescriptionDefault ValueIs Required
Audio URLurlbotdojo/types/stringPublicly reachable URL to the audio file.null

Output

LabelPropertyTypeDescriptionDefault Value
Transcripttranscriptbotdojo/types/stringPlain text transcript of the audionull
Duration (seconds)durationSecondsbotdojo/types/numberAudio duration in secondsnull
Detected LanguagedetectedLanguagebotdojo/types/stringDetected language code (e.g., 'en')null
Wordswordsbotdojo/types/dataArray of words with timing, confidence, and speaker infonull
Paragraphsparagraphsbotdojo/types/dataArray of paragraphs with speaker diarization and sentencesnull
Metadatametadatabotdojo/types/dataRequest metadata including request_id, duration, models usednull
Full ResponsefullResponsebotdojo/types/dataComplete raw response from Deepgram APInull