Description
n8n-nodes-typecast
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,getspeech:textToSpeech
- Resources:
Credentials Setup
- Get your API key from Typecast Dashboard
- In n8n, add new credentials of type Typecast API
- Enter your API key
Usage Example
- Add the Typecast node to your workflow
- Select a resource and operation (e.g., Speech > Text to Speech)
- Provide required parameters (e.g., Voice ID, Text)
- 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