Mureka API Music Generation (Suno / Udio Alternative)
1 min read • December 2, 2024 (June 15, 2026)
Table of contents
- Create a song using AI-generated lyrics based on your prompt
- Create a song using custom lyrics, styles, vocals and reference song
- Conclusion
All samples below were composed using the experimental Mureka API for Mureka AI, a music generation service from Chinese tech giant Kunlun Tech, positioned to compete with Suno and Udio. You pick the model per request via the model parameter — V9 (default), V8, O2, V7.6 and V7.5 (the older V7, O1, V6 and V5.5 now redirect to V7.6). The samples on this page were generated with an earlier Mureka model; today’s V9 default produces higher-fidelity results.
Mureka AI creates unique songs based on user-provided lyrics or description (AI-generated lyrics), selected musical styles, and references to specific vocals and songs, including those uploaded by the user.
Mureka supports up to 10 parallel generations per account in near real-time fashion, with each generation typically completing in 30–90 seconds and producing two songs. Generated songs can be up to 5 minutes long depending on your lyrics.
Create a song using AI-generated lyrics based on your prompt
Mureka API endpoint POST mureka/create.
prompt
Electonic song about raise of AI and robots
Generated song details
title Digital Uprising: The AI Revolution
style electronic hip-hop | quirky calm dark
[Intro]
[Verse]
The robot's brain
Is quite unlike ours
It doesn't feel pain, no
We do it all the same
So much alike
What a strange game we play
This is how we go insane
[Chorus]
Did they build us to be
Or are we building them?
They said they built us free, but now
We're trying to get away
From what we built before
[Verse]
All the machines begin to think
There's something we can learn from them
In the end we'll just become like them
And then it won't matter which one won
[Chorus]
Are we building them or are they, oh
Are we building them or are we?
Are we building them?
Or are they building us?
[Bridge]
I will bring you down
You can't control me
This is your mistake
[Outro]
Create a song using custom lyrics, styles, vocals and reference song
Mureka API endpoint POST mureka/create-advanced.
- Lyrics We Are the Champions by Queen using
voice_id: 28590051688451(Bruce), see GET mureka/vocals.
Generated song
- Lyrics We Are the Champions by Queen using
voice_id: 28590051688451(Bruce), see GET mureka/vocals andref_id: 41963921408001(It’s My Life by Bon Jovi), see GET mureka/refs.
Generated song
Conclusion
Visit our Discord Server or
Telegram Channel for any support questions and concerns.
Check our GitHub repo with code examples.