Mureka Accompaniment Generation (Mureka-9): Generates vocal-free accompaniment based on prompts or instrumentalId. The V9 model delivers upgraded mixing and audio quality with faster generation speed and enhanced output diversity, effectively reducing content repetition.
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-v9/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
}'