Sobmit Docs

Transcribe Audio node

Transcribe Audio node card

The Transcribe Audio node converts an audio file into text using a transcription model.

Handles

HandlePurpose
audioThe 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