Mureka 7.6 supports separating vocals from audio and generating accompaniment. Optimized based on the MusiCoT architecture, it delivers improved musicality and arrangement capabilities compared with previous versions, alongside faster response speed, making it suitable for real-time generation and mobile deployment scenarios. It can generate vocal-free accompaniment based on prompts or an instrumentalId.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"Pure instrumental, modern pop sentimental style, BPM 75, A minor. Piano arpeggios + cello + string pad + soft subtle drums. Deep atmospheric vibe, lonely and heartfelt emotion. Complete arrangement, no vocals, no humming. High-fidelity stereo, clean instrumental backing track","n":2,"stream":false}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location'https://www.runninghub.ai/openapi/v2/mureka-ai/mureka-v7.6/generate-bgm' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"prompt": "Pure instrumental, modern pop sentimental style, BPM 75, A minor. Piano arpeggios + cello + string pad + soft subtle drums. Deep atmospheric vibe, lonely and heartfelt emotion. Complete arrangement, no vocals, no humming. High-fidelity stereo, clean instrumental backing track",
"n": 2,
"stream": false
}'