Supports automatically generating theme-fitting lyrics based on natural language descriptions. It can comprehend emotional tones and specific scenario instructions, returning both title and lyrics synchronously, which can be directly filled into the lyrics field of the song/generate interface.
Request
Authorization
Header Params
Body Params application/jsonRequired
Example
{"prompt":"Create original song lyrics following the rules: Structure: Verse 1, Pre-Chorus, Chorus, Verse 2, Pre-Chorus, Chorus, Bridge, Outro. Natural rhyme, vivid imagery, emotional and singable lines. Style: (fill in) Mood: (fill in) Key & BPM: (fill in) Theme & story: (fill in) Only output structured lyrics with no extra explanation."}
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/generate-lyrics' \
--header'Authorization: Bearer [Your API KEY]' \
--header'Content-Type: application/json' \
--data'{
"prompt": "Create original song lyrics following the rules: Structure: Verse 1, Pre-Chorus, Chorus, Verse 2, Pre-Chorus, Chorus, Bridge, Outro. Natural rhyme, vivid imagery, emotional and singable lines. Style: (fill in) Mood: (fill in) Key & BPM: (fill in) Theme & story: (fill in) Only output structured lyrics with no extra explanation."
}'