typecast

n8n node for Typecast TTS API integration

Package Information

Downloads: 23 weekly / 60 monthly
Latest Version: 1.0.4
Author: Typecast Developers

Documentation

n8n-nodes-typecast

npm version
License: MIT

Integrate Typecast AI TTS into your n8n workflows with this community node.

Features

  • Voice Resource
    • Get All Voices: List all available voice models
  • Speech Resource
    • Text to Speech: Convert text to speech using a selected voice

Node Structure

  • Node: Typecast
    • Resources: voice, speech
    • Operations:
      • voice: getMany
      • speech: textToSpeech

Credentials Setup

  1. Get your API key from Typecast Dashboard
  2. In n8n, add new credentials of type Typecast API
  3. Enter your API key

Usage Example

  1. Add the Typecast node to your workflow
  2. Select a resource and operation (e.g., Speech > Text to Speech)
  3. Provide required parameters (e.g., Voice ID, Text)
  4. Connect and run your workflow

Installation

Via npm

npm install @neosapience/n8n-nodes-typecast

Via n8n Community Nodes

Follow the n8n community node installation guide.

In n8n, go to Settings > Community Nodes and install:

@neosapience/n8n-nodes-typecast

Compatibility

  • n8n v1.0+

Development

# Install dependencies
npm install

# Build the node
npm run build

# Lint & format
npm run lint
npm run format

# Run development mode
npm run dev

Resources

License

MIT

Discussion