Overview
This workflow allows users to generate AI music using the KIE. ai API integrated with the Suno V3.5 model. It provides a simple form interface for inputting parameters like music prompts, styles, and titles. The system automatically submits the request to the API, monitors the generation status in real time until completion, and retrieves the final music output. This is perfect for musicians, content creators, or developers looking to automate custom music creation with support for various modes and intelligent generation.
Prerequisites
- A KIE. ai account and API key: Create an account at KIE.ai and obtain your API key.
- An active n8n instance (self-hosted or cloud-based) with support for HTTP requests and form submissions.
- Familiarity with AI music prompts to optimize results, such as describing mood, instruments, and rhythm.
Setup Instructions
- Get API Key: Sign up at KIE. ai and generate your API key. Keep it secure and input it in the form—do not disclose it to others.
- Import Workflow: Copy the JSON from this template and import it into your n8n editor.
- Configure the Form: In the form node, set fields for:
prompt
: Describe the music content (e.g., "A calm and relaxing piano track with soft melodies").
style
: Specify the genre (e.g., "Classical", "Jazz", "Pop").
title
: Provide a title for the generated music (max 80 characters).
api_key
: Your KIE. ai key.
- Test the Workflow:
- Click "Execute Workflow" in n8n to activate the form.
- Access the form URL, fill in the parameters, and submit.
- The workflow will send a POST request to the API, wait and poll every 10 seconds for status updates, and display the music file once ready.
- View Results: The output node formats the results, showing playable music files.
Customization Guidance
- Refine Prompts: For better results, include detailed descriptions like emotions, rhythm, instruments, or lyrics. Example:
"A peaceful piano meditation track with gentle waves in the background."