Resources · Make integration

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

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.

Connect

How do you connect Beatoven AI to Make?

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

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

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

First scenario

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.

  1. 01

    Create the scenario

    From the Scenarios page, create a new scenario and click the big + to place the first module on the canvas.

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

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

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

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

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

Modules

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.

Beatoven AI1

Check Composition Status

Action

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

When to use it
right after Create and Compose Track, or in a separate scenario that follows up on compositions started earlier.
Watch out
it needs to know which composition to query, so map the data from the module that started it rather than typing it by hand.
Beatoven AI2

Create and Compose Track

Action

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

When to use it
whenever an event elsewhere, such as a new row for an upcoming video, should produce a piece of music.
Watch out
every run is an operation counted on your Make plan, so test with Run once before letting a schedule fire it.
Beatoven AI3

Make an API Call

Action

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

When to use it
once you have found in the Beatoven AI API documentation the exact request you need and no listed module does it.
Watch out
you write the request yourself, so check the endpoint and its parameters with Beatoven AI before running it on real data.
Need help

Need help automating Beatoven AI with Make?

A person reads every message.

FAQ

Beatoven AI and Make: frequent questions

01Is the Beatoven AI Make integration free?
Yes, on the Make side. Beatoven AI is a standard app, available from the Make Free plan. That plan allows 2 active scenarios, a minimum of 15 minutes between two 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 count usage in operations per month. You still need your own Beatoven AI account and API key, and its subscription is set by Beatoven AI.
02What do you need to connect Beatoven AI to Make?
An active Beatoven AI account and an API key. In Beatoven AI, click your profile icon at the top right, choose API, press New Token and copy the key. In Make, add a Beatoven AI module, click Create a connection, optionally name it, then paste the key. The connection is stored once and every Beatoven AI module in your scenarios reuses it, so there is nothing to redo when you add the second module.
03Does the Beatoven AI integration react in real time?
No, because Beatoven AI has no trigger module in Make. A scenario built around it starts in one of two ways. Either you set a schedule on the first module, every 15 minutes by default and never under 15 minutes on the Free plan, 1 minute on paid plans. Or the scenario opens on a trigger from another app, such as a form or a spreadsheet, and Beatoven AI steps in as an action right after it.
04What if a Beatoven AI module is missing in Make?
Use Make an API Call. It sends any request to the Beatoven AI API with the connection you already set up, so an endpoint without its own module stays reachable. Read the Beatoven AI API documentation for the request you need before building it. Also keep in mind that the Make documentation for this app says it was generated by AI and may contain mistakes, so confirm key details directly with Beatoven AI.
05Should you pick Make or n8n for Beatoven AI?
It depends on the tool your team already runs. On Make, Beatoven AI brings 3 action modules, including Make an API Call, and works from the Free plan. Apps like this one often have an n8n node too, so check the n8n side before deciding. Pick the platform where your other automations already live, where the people maintaining them feel comfortable, and whose way of counting usage suits your volume. Neither choice is ranked above the other here.