Back to Nodes

Typecast

Last updated Dec 8, 2025

n8n node for Typecast TTS API integration

3 Weekly Downloads
172 Monthly Downloads

Included Nodes

Typecast

Description

n8n-nodes-typecast

npm version
License: MIT

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

Features

  • Voice Resource
    • Get Many: List all available voice models
    • Get: Retrieve details of a specific voice model
  • Speech Resource
    • Text to Speech: Convert text to speech using a selected voice

Node Structure

  • Node: Typecast
    • Resources: voice, speech
    • Operations:
      • voice: getMany, get
      • 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