Suno Make integrationAutomate Suno with Make.
Turn a music request into a finished track without opening Suno. The Suno Make integration gives you 22 action modules, from song generation to stem separation. This page is for creators and marketers who want their music requests handled by a scenario, and it walks you through the first one.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Suno Make integration do for you?
The Suno Make integration links your Suno account to Make so that a scenario, the automation you build in Make as a chain of bricks called modules, can ask Suno for songs, covers, voices or stems and pass the results to your other apps. You never write code: you pick modules and fill their fields.
A song for every campaign brief. A podcast studio can let a form or a spreadsheet feed Generate a Song, then read the output with Get a Music Generation Detail and drop it where the editor works. Each module run on one item counts as one operation, the unit Make bills on your plan.
Clean stems for remixing. A producer who uploads a track with Upload a Music File can hand it to Separate a Vocal and an Instrument, then fetch the split with Get a Audio Separation Detail.
A new version and a clip for each release. A label team can chain Generate a Music Cover, which going by its name produces a cover version of a song, and Create a Music Videos, so a release gets a fresh take and a clip without manual exports.
Know the limits before you build. Suno has no trigger in Make, so something else has to start the scenario. The official Make doc for Suno says it was written with AI from Suno's own documentation and may contain mistakes, so test every module with real data. If you are still choosing a platform, read n8n vs Make; to learn the editor properly, Make training covers the basics, and Make troubleshooting helps when a run fails.
How do you connect your Suno account to Make?
- 01
Collect your Suno credentials
Log in to Suno and open your account dashboard. In the section labeled API key or user key, copy the key shown. Then open the order center or purchase history and copy the order number tied to your Super Membership purchase.
- 02
Open a Suno module in Make
In your scenario, add any Suno module and click Create a connection. A connection is your Suno account linked to Make once and reused by every Suno module. You can type a label in Connection name, which is optional but handy.
- 03
Paste and save
Enter the credentials you copied from Suno, or follow the instructions Make shows on screen, then save. The connection now appears in the module, and every other Suno module in the scenario can pick it from the list.
Build your first scenario with Suno
GoalWhen a new music request lands in another app, Make asks Suno to generate a song and reads back the result.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the +. Since Suno has no trigger, pick the module of the app where your requests live, a form or a sheet for example.
- 02
Add Generate a Song
Click the + to the right of that first module, search for Suno and choose Generate a Song. Select your connection, or click Create a connection if this is your first Suno module.
- 03
Map the request
Fill the module fields by mapping data from the first module, so each request sends its own details to Suno. Each item passed along is a bundle: one row, one form entry.
- 04
Read the generation back
Add Get a Music Generation Detail after it and map what the previous module returned. This is where you see what Suno produced for that request.
- 05
Test with Run once
Click Run once to execute the scenario one time. Open the bubble above each module to read the bundles it received, and check them against what you expected.
- 06
Schedule and switch on
Set the schedule on the first module, every 15 minutes by default, then switch the scenario on. On the Free plan, 15 minutes is also the shortest gap between two scheduled runs.
What each Suno module does
Suno gives you 22 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
- Add a Musical Instrument to a Band
- Add a Voice
- Convert a File to WAV Format
- Create a Music Videos
- Create a Persona
- Enhance a Music Style
- Extend a Song
- Generate a Music Cover
- Generate a Song
- Get a Audio Separation Detail
- Get a Conversion Details
- Get a Lyric Generation Detail
- Get a Lyrics with Timestamps
- Get a Music Cover Detail
- Get a Music Generation Detail
- Get a Music Video Details
- Get a Remaining Point
- Make an API Call
- Replace a Music Partition
- Separate a Vocal and an Instrument
- Upload a Cover Music
- Upload a Music File
Add a Musical Instrument to a Band
ActionIn the docs onlyAdds an instrument layer to existing music, as the module name describes, so a sparse demo can grow a fuller arrangement without a new generation from scratch.
Add a Voice
ActionIn the docs onlyPuts a vocal part on a track, going by its name, which lets an instrumental idea become a sung version inside the same scenario.
Convert a File to WAV Format
ActionIn the docs onlyGives you a WAV version of an audio file, going by its name, handy when the next person in the chain works in WAV.
Create a Music Videos
ActionIn the docs onlyProduces a music video for a track, according to its name, which saves a separate trip through a video tool when a clip is all you need for a post.
Create a Persona
ActionIn the docs onlySets up a persona in Suno, as its name says, so a consistent musical identity can be reused instead of being described again in every request.
Enhance a Music Style
ActionIn the docs onlyRefines the style description of a piece, going by its name, which helps when the first wording of a style is too vague to get the sound you want.
Extend a Song
ActionIn the docs onlyMakes an existing song longer, as its name indicates, so a short idea that works can be stretched instead of generated again with a different result.
Generate a Music Cover
ActionIn the docs onlyCreates a cover version of a song, according to the module name, so a track can be reworked without manual work in Suno.
Generate a Song
ActionIn the docs onlyTurns your request into a new song in Suno, as its name says, which is the starting point of most scenarios on this page and the module to try first.
Get a Audio Separation Detail
ActionIn the docs onlyFetches the details of an audio separation, going by its name, so the vocal and instrument parts can move on to the next app in your scenario.
Get a Conversion Details
ActionIn the docs onlyReads the details of a file conversion, as the name suggests, which is how you get hold of the WAV version to send elsewhere.
Get a Lyric Generation Detail
ActionIn the docs onlyRetrieves the details of a lyric generation, according to its name, so the words written by Suno can be reviewed or stored outside it.
Get a Lyrics with Timestamps
ActionIn the docs onlyReturns lyrics along with their timing, going by its name, which is what you need to line words up with the music on screen.
Get a Music Cover Detail
ActionIn the docs onlyBrings back the details of a cover created earlier, as its name says, so the new version can be saved, shared or posted by the following modules.
Get a Music Generation Detail
ActionIn the docs onlyShows you what a song generation produced, going by its name, so you can pass the result on instead of fetching it by hand in Suno.
Get a Music Video Details
ActionIn the docs onlyReads the details of a music video, according to its name, which lets the clip travel to a video platform or a shared folder.
Get a Remaining Point
ActionIn the docs onlyTells you how many points remain on your Suno account, as its name indicates, so a scenario can check your balance before it asks for more music.
Make an API Call
ActionIn the docs onlyLets you call any endpoint of the Suno API from your scenario with the same connection, which covers what the 22 listed modules do not.
Replace a Music Partition
ActionIn the docs onlySwaps one section of a track for new material, going by its name, so a weak passage can be redone while the rest of the song stays intact.
Separate a Vocal and an Instrument
ActionIn the docs onlySplits a track into its voice and its instrumental, according to the module name, which gives you stems for remixes, karaoke versions or clean backing tracks.
Upload a Cover Music
ActionIn the docs onlySends a piece of music to Suno as the base for a cover, as its name suggests, so you start from your own recording rather than from a generated one.
Upload a Music File
ActionIn the docs onlyPuts an audio file from another app into Suno, going by its name, so the other modules on this page can work on music you did not generate there.
Need help automating Suno with Make?
A person reads every message.