Mureka API v1 now supports the latest V9 model as the new default. V9 features advanced prompt control and studio-grade sound at 12 credits per song.
Music V9 Female - Astro Gardener
curl --location 'https://api.useapi.net/v1/mureka/music/create-advanced' \
--header 'Authorization: Bearer user:12345-…' \
--header 'Content-Type: application/json' \
--data '{
"lyrics": "[Verse 1]\nPlanting roses on the rings of Saturn\nWatering moonflowers in zero gravity pattern\nComets bring the seeds I need\nGrowing cosmic flowers from a supernova seed\n\n[Chorus]\nI'\''m the astro gardener floating free\nTending galaxies you'\''ll never see\nSolar winds blow through my hair\nStarlight orchids everywhere",
"desc": "dreamy indie pop, floating guitars, cosmic reverb, hopeful and whimsical",
"vocal_gender": "female",
"model": "V9"
}'
Music V9 Male - Haunted Wifi
curl --location 'https://api.useapi.net/v1/mureka/music/create-advanced' \
--header 'Authorization: Bearer user:12345-…' \
--header 'Content-Type: application/json' \
--data '{
"lyrics": "[Verse 1]\nSignal bars are flickering at three AM\nSomething in the router wants to be my friend\nDownloads starting by themselves again\nGhost in the bandwidth sending data from the end\n\n[Chorus]\nHaunted wifi in my walls\nPhantom packets through the halls\nEvery ping returns a scream\nDigital nightmares in the stream",
"desc": "dark synthwave, eerie pads, pulsing bass, ghostly atmosphere, horror movie vibes",
"vocal_gender": "male",
"model": "V9"
}'
Instrumental V9 - Cascading Sunrise
curl --location 'https://api.useapi.net/v1/mureka/music/create-instrumental' \
--header 'Authorization: Bearer user:12345-…' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "Ethereal post-rock with cascading delay guitars, orchestral swells, driving drums building to a cinematic crescendo - sunrise over mountain peaks",
"model": "V9"
}'