- Home
- Resources
- Integrations
- Beatoven AI
Beatoven AI Make integrationAutomate Beatoven AI with Make.
Need background music produced every time a new video project lands on your desk? The Beatoven AI Make integration gives you 3 action modules to start a composition, follow its progress and reach the rest of the API. This guide walks you from the API key to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Beatoven AI Make integration do?
The Beatoven AI Make integration lets a Make scenario (the automation you build, a chain of modules) ask Beatoven AI to create and compose a music track, then check where that composition stands. Each module is one brick of the scenario, and all three here are actions: they do something when the scenario reaches them.
Soundtracks for a content pipeline. A video team logs each new edit in a spreadsheet app. A scenario picks up the new entry and runs Create and Compose Track, so the music request leaves without anyone opening Beatoven AI.
A status board that stays honest. Composition is a task with progress, so Check Composition Status reads where it stands and passes that status to the next module, for example a message to the editor who asked for the track.
Anything the listed modules skip. Make an API Call reaches any endpoint of the Beatoven AI API with the same connection, which covers the cases the two ready-made modules do not.
Two limits to know. Beatoven AI has no trigger in Make, so the scenario starts on a schedule or on another app's event. And the Make documentation for this app states that it was generated by AI from Beatoven AI's own docs and may contain mistakes, so check important details with Beatoven AI. If you are still weighing tools, the n8n vs Make comparison and the Make review lay out the criteria, and Make pricing explains how operations are counted.
How do you connect Beatoven AI to Make?
- 01
Generate an API key in Beatoven AI
You need an active Beatoven AI account. Click your profile icon at the top right, choose API in the dropdown, press New Token and copy the key shown on screen. Keep it handy for the next step.
- 02
Add a Beatoven AI module in Make
Open your scenario, add any Beatoven AI module and click Create a connection. A connection is your Beatoven AI account linked to Make once and reused by every Beatoven AI module afterward.
- 03
Paste the key and save
Give the connection a clear label in Connection name if you like, that field is optional. Paste the API key you copied, confirm, and Make now lists the connection in the module.
Your first scenario with Beatoven AI
GoalWhen the scenario runs on its schedule, Make asks Beatoven AI to compose a track, then reads the status of that composition.
- 01
Create the scenario
From the Scenarios page, create a new scenario and click the big + to place the first module on the canvas.
- 02
Add Create and Compose Track
Search for Beatoven AI, pick Create and Compose Track and select the connection you made earlier, or click Create a connection if this is your first module.
- 03
Fill in the track request
Complete the fields the module shows you. Stick to what you want for this test: one track is enough to see how Beatoven AI answers.
- 04
Chain Check Composition Status
Click the + on the right of the first module, add Check Composition Status and map in the data returned by the previous module so it queries the right composition.
- 05
Test with Run once
Click Run once. Make runs the scenario one time, and you can open each module to read the bundle it received, a bundle being one item passed from module to module.
- 06
Schedule and switch on
Open the clock on the first module to set Scheduling. A new scenario runs every 15 minutes by default; adjust it to how often you really need a new track, since each run composes one, then switch the scenario on.
What the Beatoven AI modules do
Beatoven AI gives you 3 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Check Composition Status
ActionIn Make“Query the progress of the task status”
Tells your scenario how far a Beatoven AI composition has progressed, so later modules can react to the actual state of the task instead of guessing.
Create and Compose Track
ActionIn Make“Creates a new track and composes it”
Starts a new track in Beatoven AI and launches its composition from inside a scenario, which turns a music request into a step that needs no manual click in the app.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Opens the whole Beatoven AI API to your scenario, reusing the same connection, so you can reach an endpoint that neither of the two ready-made modules covers.
Need help automating Beatoven AI with Make?
A person reads every message.