n8n-nodes-dudoxx
n8n community node package for interacting with the AssemblyAI API for speech-to-text transcription
This is an n8n community node package for interacting with the AssemblyAI API.
It currently includes the following nodes:
- AssemblyAI Transcriber: Transcribes audio files using the AssemblyAI API. Supports providing audio via URL or binary file input.
n8n is a fair-code licensed workflow automation platform.
Follow the installation guide in the n8n community nodes documentation.
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-dudoxx
in the Enter package name field. - Agree to the risks of using community nodes: select I understand the risks, and I want to proceed.
- Select Install.
After installing the node, you can use it like any other node. n8n displays the node in the node panel under Community > Installed.
-
AssemblyAI Transcriber:
- Transcribe audio from a public URL.
- Transcribe audio from an n8n binary file property.
- Supports various AssemblyAI models (including 'best' and 'nano').
- Allows specifying additional options like language detection, speaker diarization, punctuation, text formatting, word boost, and more.
- Choose between outputting the full raw transcript or just the transcript text.
- Customize the field name for the transcript text output.
- Includes detailed metadata about the transcription process and audio source.
Requires AssemblyAI API credentials.
- Go to your AssemblyAI Dashboard.
- Navigate to API Keys.
- Create a new API key or use an existing one.
- In n8n, create new credentials for the AssemblyAI Transcriber node.
- Enter your AssemblyAI API Key.
Tested with n8n version 1.x.
- Install the package in your n8n instance.
- Add the AssemblyAI Transcriber node to your workflow.
- Configure the node properties:
- Select the Source (URL or Binary Data).
- Provide the Audio URL or Input Binary Field name.
- Choose the desired Speech Model ('best' or 'nano').
- Configure Additional Options as needed (language detection, speaker labels, etc.).
- Select the Output Format (Full Response or Transcript Text Only).
- If using "Transcript Text Only" format, optionally specify a custom Transcript Field Name (defaults to
text
).
- Connect the node and run your workflow.
{
"text": "Yeah. As much as it's worth celebrating the first spacewalk with an all female team, I think many of us are looking forward to it just being normal. And I think if it signifies anything, it is to honor the women who came before us who were skilled and qualified and didn't get the same opportunities that we have today.",
"metadata": {
"duration_ms": 4693,
"speech_model": "best",
"audio_duration": 26,
"confidence": 0.9740912,
"source": "url",
"url": "https://dpgr.am/spacewalk.wav"
}
}
- n8n Community Nodes documentation
- AssemblyAI API Documentation
- GitHub Repository: dudoxx/n8n-nodes-dudoxx
For custom node development, workflow automation consulting, or other n8n-related services, please contact:
DUDOXX Team
Email: [email protected]
Website: https://dudoxx.com