Mureka-8 supports reverse generation of accompaniment from human vocals. Powered by the MusiCoT technical system, it delivers outstanding performance in arrangement layers and harmonic richness, with an overall listening experience close to professional release-level quality. It can generate vocal-free accompaniment based on prompts or 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-v8/generate-bgm' \
--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
}'