continue writing the song from a specified timestamp by extending the lyrics. It intelligently continues and expands the existing music clip while maintaining consistent style and emotion. mureka-7.6 supports tail extension only.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"lyrics":"Night wind brushes the ferry, moonlight dyes the brow. Leave the past behind gently, the rest of life free from alarm and sorrow. Flowers bloom without reason, fleeting years keep peaceful company. The mortal world still lingers with warmth, walk calmly through all seasons.","extendAt":8000,"fileUrl":"https://example.com/input.mp3"}
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/extend-song' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"lyrics": "Night wind brushes the ferry, moonlight dyes the brow. Leave the past behind gently, the rest of life free from alarm and sorrow. Flowers bloom without reason, fleeting years keep peaceful company. The mortal world still lingers with warmth, walk calmly through all seasons.",
"extendAt": 8000,
"fileUrl": "https://example.com/input.mp3"
}'