Resources · Make integration

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 you can automate

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.

Connect

How do you connect your Suno account to Make?

  1. 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.

  2. 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.

  3. 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.

First scenario

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.

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

Modules

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.

Suno1

Add a Musical Instrument to a Band

ActionIn the docs only

Adds 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.

When to use it
a draft track sounds thin and you want the band filled out before sharing it with a client.
Watch out
the doc gives no field list for this module, so open it in the editor and check what it asks for.
Suno2

Add a Voice

ActionIn the docs only

Puts a vocal part on a track, going by its name, which lets an instrumental idea become a sung version inside the same scenario.

When to use it
you already hold an approved backing track and now need a version with singing for a promo cut.
Watch out
run it once on a test file first, since the Make doc for Suno warns it may contain mistakes.
Suno3

Convert a File to WAV Format

ActionIn the docs only

Gives you a WAV version of an audio file, going by its name, handy when the next person in the chain works in WAV.

When to use it
a video editor or sound engineer downstream asks for WAV rather than a compressed file.
Watch out
judging by the module names, the result is read with Get a Conversion Details, so plan that second module when you need the output.
Suno4

Create a Music Videos

ActionIn the docs only

Produces 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.

When to use it
a new song is approved and the social team wants a moving visual to publish with it.
Watch out
pair it with Get a Music Video Details to read what came out.
Suno5

Create a Persona

ActionIn the docs only

Sets 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.

When to use it
a brand or artist project needs the same recognizable style across many tracks.
Watch out
the doc does not describe how a persona is reused later, so test the flow end to end before relying on it.
Suno6

Enhance a Music Style

ActionIn the docs only

Refines 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.

When to use it
requests arrive from non-musicians with loose style notes and you want them sharpened before generating.
Watch out
compare the enhanced result with the original in a Run once test before automating it.
Suno7

Extend a Song

ActionIn the docs only

Makes 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.

When to use it
a jingle is approved but the ad or the video it goes with needs more running time.
Watch out
map the song to extend from an earlier module, since Make only shows what the connection can read.
Suno8

Generate a Music Cover

ActionIn the docs only

Creates a cover version of a song, according to the module name, so a track can be reworked without manual work in Suno.

When to use it
a catalog of tracks needs new versions for a campaign and you want them produced in one pass.
Watch out
the output is read back with Get a Music Cover Detail, not by this module alone.
Suno9

Generate a Song

ActionIn the docs only

Turns 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.

When to use it
a brief, a form entry or a row in a sheet should become a track without anyone opening Suno.
Watch out
follow it with Get a Music Generation Detail to read what the generation returned.
Suno10

Get a Audio Separation Detail

ActionIn the docs only

Fetches 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.

When to use it
right after Separate a Vocal and an Instrument, when a remixer or editor waits for the split parts.
Watch out
map the separation from the earlier module rather than typing a value by hand.
Suno11

Get a Conversion Details

ActionIn the docs only

Reads the details of a file conversion, as the name suggests, which is how you get hold of the WAV version to send elsewhere.

When to use it
after Convert a File to WAV Format, when the next module has to store or send the converted audio.
Watch out
read the bundles in a Run once test to see which values you can map next.
Suno12

Get a Lyric Generation Detail

ActionIn the docs only

Retrieves the details of a lyric generation, according to its name, so the words written by Suno can be reviewed or stored outside it.

When to use it
a copywriter or a label manager needs to approve the lyrics in a document before release.
Watch out
no module in the list starts a lyric generation by name, so check in Suno where the lyrics come from.
Suno13

Get a Lyrics with Timestamps

ActionIn the docs only

Returns lyrics along with their timing, going by its name, which is what you need to line words up with the music on screen.

When to use it
you are building subtitles or a karaoke style video for a generated track.
Watch out
the doc gives no detail on the output layout, so inspect it with Run once before mapping it into another app.
Suno14

Get a Music Cover Detail

ActionIn the docs only

Brings 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.

When to use it
after Generate a Music Cover, when the file has to reach a drive or a publishing tool.
Watch out
map the cover from the previous module so each run reads the right one.
Suno15

Get a Music Generation Detail

ActionIn the docs only

Shows 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.

When to use it
just after Generate a Song or Extend a Song, before the file goes to storage or to a teammate.
Watch out
each run of this module on one item is one more operation on your plan.
Suno16

Get a Music Video Details

ActionIn the docs only

Reads the details of a music video, according to its name, which lets the clip travel to a video platform or a shared folder.

When to use it
after Create a Music Videos, when the social team expects the clip in their usual tool.
Watch out
the doc lists no fields for it, so test on one video before running a whole batch.
Suno17

Get a Remaining Point

ActionIn the docs only

Tells 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.

When to use it
at the start of a scenario that generates many tracks, to stop early when the balance is low.
Watch out
the doc does not say how points are spent, so check that on the Suno side.
Suno18

Make an API Call

ActionIn the docs only

Lets you call any endpoint of the Suno API from your scenario with the same connection, which covers what the 22 listed modules do not.

When to use it
Suno offers a feature in its API that has no dedicated module in Make yet.
Watch out
you will need the Suno API documentation at hand, since this module does not guide you through the fields.
Suno19

Replace a Music Partition

ActionIn the docs only

Swaps 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.

When to use it
a client likes the track but wants a different chorus or bridge.
Watch out
the doc gives no detail on how the section is chosen, so try it on a copy first.
Suno20

Separate a Vocal and an Instrument

ActionIn the docs only

Splits 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.

When to use it
a producer uploads a mix and needs the vocal isolated for a remix.
Watch out
the split is read with Get a Audio Separation Detail, so add it right after this one.
Suno21

Upload a Cover Music

ActionIn the docs only

Sends 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.

When to use it
a band wants a new version of a song it already owns.
Watch out
on the Make Free plan, files are capped at 5 MB, so check the size of your audio.
Suno22

Upload a Music File

ActionIn the docs only

Puts 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.

When to use it
tracks land in a cloud folder and you want them separated, converted or extended.
Watch out
the Free plan limits files to 5 MB and data transfer to 512 MB, which audio can reach fast.
Need help

Need help automating Suno with Make?

A person reads every message.

FAQ

Suno Make integration: common questions

01Is the Suno Make integration free?
Yes, on the Make side. Suno is a standard app, available from the Free plan, which gives you 2 active scenarios, a minimum of 15 minutes between scheduled runs, 5 minutes of execution at most, files up to 5 MB and 512 MB of data transfer. Paid plans (Core, Pro, Teams and Enterprise) lower the interval to 1 minute and allow unlimited active scenarios. Usage is counted in credits per month. Suno itself is a separate subscription: you need an active account with an API key, and the doc points to the Suno pricing page for that.
02What do you need to connect Suno to Make?
An active Suno account with an API key. After logging in to Suno, open the account dashboard, find the section labeled API key or user key and copy it. The doc also asks you to copy the order number tied to your Super Membership purchase from the order center or purchase history. Then add a Suno module in Make, click Create a connection, give it a name if you like and enter those credentials. The connection is created once and reused by every Suno module.
03Does Suno have a trigger that starts Make scenarios instantly?
No. The Suno app in Make has 0 triggers, scheduled or instant, and 22 action modules. A scenario therefore starts elsewhere: either from a trigger of another app, such as a new form entry, or from the schedule on the first module, which is every 15 minutes by default. On the Free plan, 15 minutes is also the shortest interval. The Suno modules then run as actions further along the chain, one operation per module and per item.
04What if a Suno module is missing in Make?
Use Make an API Call. When an app has this module, any endpoint of its API can be called from the scenario with the same connection, so a Suno feature without a dedicated module is still within reach. Keep the Suno API documentation open while you set it up. Also note that the Make doc for Suno says it was generated with AI from Suno's documentation and may contain mistakes, so verify important details with Suno directly.
05Should you use Make or n8n for Suno?
It depends on the tool you already use. In Make, Suno comes with 22 ready-made action modules and a Make an API Call module for the rest, and it is available from the Free plan. The same app often has an n8n node too, so check the n8n side before deciding. Choose on your criteria: the platform your team already knows, the other apps in the flow and how you want to build. The n8n vs Make comparison linked above sets out those criteria.