Socket
Book a DemoInstallSign in
Socket

n8n-nodes-assemblyai

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

n8n-nodes-assemblyai

A simple n8n node to make call to AssemblyAI transcription API

unpublished
Source
npmnpm
Version
0.0.6
Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

n8n-nodes-assemblyai

This is an n8n community node. It lets you use AssemblyAI services in your n8n workflows.

AssemblyAI is a powerful speech-to-text API that allows you to transcribe audio files with high accuracy. This node enables you to integrate AssemblyAI's transcription capabilities into your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Support The Project
Installation
Operations
Credentials
Compatibility
Usage
Resources
Support

Support The Project

Your contribution will help in developing and maintaining this node. Your support ensures continued improvements and timely updates to keep pace with changes in the Cobalt API and n8n platform.

You can support this project Here

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

The AssemblyAI node supports the following operation:

  • Transcribe
    • Create Transcription: Generate a transcript from an audio file URL.

Credentials

To use this node, you need to set up API credentials for AssemblyAI. The node expects the following credential field:

  • API Key: Your AssemblyAI API key for authentication.

Ensure you have an account with AssemblyAI and have obtained the necessary API key.

Compatibility

This node has been tested with n8n version 0.214.0 and later.

Usage

  • Add the AssemblyAI node to your workflow.
  • Set up the AssemblyAI API credentials.
  • Configure the operation parameters:
    • Audio File URL
    • Language Selection (Automatic Detection or Manual Selection)
    • Speech Model (Best or Nano)
    • Additional options like punctuation, text formatting, word boost, etc.
  • Run your workflow and view the transcription results.

Resources

Support

For support or to report a bug, join our Discord channel: Discord.

Keywords

n8n-community-assemblyai

FAQs

Package last updated on 16 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts