- Home
- Resources
- Integrations
- MusicGPT
MusicGPT Make integrationAutomate MusicGPT with Make.
Can MusicGPT turn a request from another tool into a queued music task on its own? The MusicGPT Make integration gives you 3 action modules and no trigger. This guide is for teams that already use MusicGPT: it connects your API key and walks you through a first scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the MusicGPT Make integration do for you?
The MusicGPT Make integration links your MusicGPT account to Make so a scenario (the automation you build, a chain of steps) can queue a music generation task and look up a task by its ID. Each step is a module, one brick of the scenario. MusicGPT has no trigger, so the scenario starts from another app or from a schedule.
Status lookups without opening MusicGPT. When you already hold a task ID, Get conversion/task details by ID pulls the details of that task into the scenario, where later modules can write them to a sheet or a message.
Music requests from your other tools. A form, a spreadsheet row or a support ticket from another app can start the scenario, and Queue a music generation task sends the request to MusicGPT with the data mapped from that first module.
Anything else the API offers. Make an API Call reaches any endpoint of the MusicGPT API with the same connection, which covers what the two dedicated modules leave out.
Keep one limit in mind: the Make documentation for MusicGPT says it was generated by AI from the vendor documentation and may contain mistakes, so check anything important with MusicGPT. If you are still weighing tools, the n8n vs Make comparison sets out the criteria, and the Make pricing page explains how operations are counted. To learn the editor step by step, see the Make training.
How do you connect MusicGPT to Make?
- 01
Create an API key in MusicGPT
Open the API dashboard of your MusicGPT account, go to API Keys, click Create key, name it, then Create API Key. Click the Eye symbol to reveal the key and copy it.
- 02
Add a MusicGPT module
In your Make scenario, add any MusicGPT module and click Create a connection. A connection is your MusicGPT account linked to Make once, then reused by every MusicGPT module.
- 03
Paste the key and save
Give the connection a name in Connection name if you want (it is optional), paste the API key you copied, and follow the on-screen instructions to finish the connection.
Your first scenario with MusicGPT
GoalWhen a new request lands in another app, Make queues a MusicGPT music generation task and then reads the details of that task.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the + to add the first module. MusicGPT has no trigger, so this first module comes from the app where your requests live.
- 02
Add Queue a music generation task
Click the + to the right of that module, search for MusicGPT and pick Queue a music generation task. Link your account with Create a connection, then map the request data from the first module.
- 03
Add the status lookup
Add Get conversion/task details by ID after it. If the bundle returned by the queue module carries a task ID, map it here; a bundle is one item passed from one module to the next.
- 04
Test with Run once
Click Run once to execute the scenario one time. Read the bundles each module received and confirm the ID really reached the lookup module.
- 05
Schedule and switch on
Set the schedule on the first module (every 15 minutes by default) and switch the scenario on. Each module run on one bundle counts as one operation on your Make plan.
What the MusicGPT modules do
MusicGPT gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Get conversion/task details by ID
ActionIn the docs onlyThis module fetches the details MusicGPT holds for one conversion or task, from the ID you give it, and passes them on as a bundle for the next modules to use.
Make an API Call
ActionIn the docs onlyWith it you reach any endpoint of the MusicGPT API from your scenario, reusing the connection you already created instead of setting up authentication again.
Queue a music generation task
ActionIn the docs onlyHere is the module that puts your request into MusicGPT: it sends a music generation task to the queue from the data you map, for example a request captured by another app.
Need help automating MusicGPT with Make?
A person reads every message.