Transcribe Audio node

The Transcribe Audio node converts an audio file into text using a transcription model.
Handles
| Handle | Purpose |
|---|---|
audio | The audio file to transcribe |
Configuration
- Model — the transcription model.
Example
Wire an Upload File (audio) into audio:
Upload File (.mp3) ─▶ Transcribe Audio ─▶ Output The transcription text becomes the payload. Wire it into an Agent to summarize or answer questions about the audio.
Notes
- The audio arrives as a data URL or a Blob URL (large uploads); the engine resolves it to a data URL the provider can consume.
- The result is saved to the node’s artifact history as text.
Related
- Upload File — the audio source.
- Audio Generation — the reverse direction.
- Use cases — a recording turned into a summary and an action table.