Speech Transcription Node
Transcribe audio from a publicly reachable URL with smart formatting, diarization, punctuation, paragraphs, and MIP opt-out enabled by default.
Output
| Label | Property | Type | Description | Default Value |
|---|
| Transcript | transcript | botdojo/types/string | Transcript text when URL input is provided. | null |
| Response | response | botdojo/types/string | Full transcription response payload (JSON string). | null |
Properties
| Label | Name | Type | Default | Description |
|---|
| Language | language | botdojo/types/string | en | BCP-47 code (for example en, en-US). |
| Smart Format | smart_format | botdojo/types/boolean | true | Enable smart formatting. |
| Diarization | diarize | botdojo/types/boolean | true | Identify speakers in the transcript. |
| Punctuation | punctuate | botdojo/types/boolean | true | Return punctuation in transcripts. |
| Paragraphs | paragraphs | botdojo/types/boolean | true | Group transcript into paragraphs. |
| Name | Type | Required | Description |
|---|
| url | string | Yes | Publicly reachable audio URL to transcribe. |