Mureka API Music Samples
1 min read • December 2, 2024
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 the Mureka AI, a music generation service from Chinese tech giant Kunlun Tech featuring proprietary SkyMusic 2.0 model and positioned to compete with Suno and Udio.
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 an average generation time of 45 seconds (each generation produces 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.
We regularly post guides and tutorials on the YouTube Channel.
Check our GitHub repo with code examples.