The official n8n node for the Fish Audio API.
npm install n8n-nodes-fishaudio

This is an n8n community node for Fish Audio - a platform for text-to-speech, speech-to-text, and voice cloning.
n8n is a fair-code licensed workflow automation platform.
Follow the installation guide in the n8n community nodes documentation.
| Operation | Description |
|----------------|------------------------------------------------------|
| Generate | Convert text to speech using Fish Audio's TTS models |
| Transcribe | Convert speech to text using Fish Audio's ASR |
| Operation | Description |
|------------|---------------------------------------------|
| List | List available voice models |
| Get | Get details of a specific voice model |
| Create | Create a new voice model from audio samples |
| Delete | Delete a voice model |
| Operation | Description |
|-----------------|-------------------------------|
| Get Credits | Check your API credit balance |
To use this node, you need a Fish Audio API key:
1. Create an account at fish.audio
2. Navigate to API Keys in your dashboard
3. Generate a new API key
4. Add the API key to your n8n credentials
- Fish Audio
- Fish Audio API Documentation
- n8n Community Nodes Documentation