Mureka Song Generation (mureka-7.6): Generates complete songs based on lyrics and optional prompt / vocalId / referenceId / melodyId. After successful generation, it returns MP3 URLs for 1 to multiple songs. It achieves more precise semantic mapping from text to music with optimized response speed, suitable for high-concurrency and real-time creation scenarios.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"lyrics":"Morning light spills o'er the window sill, Soft breeze brings gentle thrill. Wander through the mortal world's warm glow, Let quiet worries gently go. Clouds roll and fade at their own pace, Time moves soft in silent grace. Mountains and rivers grow old as one, Ordinary days are freedom won.","prompt":"A clean, crisp guitar melody in a pure and uncluttered style.","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-song' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"lyrics": "Morning light spills o'\''er the window sill, Soft breeze brings gentle thrill. Wander through the mortal world'\''s warm glow, Let quiet worries gently go. Clouds roll and fade at their own pace, Time moves soft in silent grace. Mountains and rivers grow old as one, Ordinary days are freedom won.",
"prompt": "A clean, crisp guitar melody in a pure and uncluttered style.",
"n": 2,
"stream": false
}'