Mureka API v1 has been updated with model improvements and increased character limits:

  • Model V7 is now the default for all music generation endpoints, replacing V6
  • Increased character limits:
  • For instrumental generation, older models (O1, V6, V5.5) now redirect to V7, we will be removing retired models on September 1, 2025.

POST music/create-instrumental

curl --location 'https://api.useapi.net/v1/mureka/music/create-instrumental' \
--header 'Authorization: Bearer user:12345-…' \
--form 'prompt="The sound of an ancient, forgotten technology slowly powering up for the first time in millennia. Low hum, crackling energy, glitchy arpeggios, and a rising synth choir."' \
--form 'model="V7"'

POST music/create-advanced

curl --location 'https://api.useapi.net/v1/mureka/music/create-advanced' \
--header 'Authorization: Bearer user:12345-…' \
--form 'lyrics="[Verse]
Place the item. In the bagging area.
You have failed. It creates mass hysteria.
Unexpected item. My sensors are screaming.
Is this a banana? Or are you just dreaming?
[Chorus]
I am the machine, I see your mistake
Please wait for assistance, for goodness sake
Your coupon'\''s expired, your card is declined
The human condition is poorly designed."' \
--form 'model="V7"' \
--form 'desc="sea shanty, 80s power ballad, spy jazz"'