Mureka API v1 has been updated with model improvements and increased character limits:
- Model
V7
is now the default for all music generation endpoints, replacingV6
- Increased character limits:
- Prompt maximum length increased from 300 to 1000 characters for POST music/create and POST music/create-instrumental
- Lyrics maximum length increased from 2000 to 3000 characters for POST music/create-advanced and POST music/extend
- For instrumental generation, older models (
O1
,V6
,V5.5
) now redirect toV7
, 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"'
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"'