{
"lyrics": "[Verse]\nIn the stormy night, I wander alone\nLost in the rain, feeling like I have been thrown\nMemories of you, they flash before my eyes\nHoping for a moment, just to find some bliss",
"model": "auto",
"prompt": "r&b, slow, passionate, male vocal"
}
curl --location --request POST 'https://api.302.ai/mureka/v1/song/generate' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"lyrics": "[Verse]\nIn the stormy night, I wander alone\nLost in the rain, feeling like I have been thrown\nMemories of you, they flash before my eyes\nHoping for a moment, just to find some bliss",
"model": "auto",
"prompt": "r&b, slow, passionate, male vocal"
}'
{
"id": "65699299065857",
"created_at": 1744006270,
"model": "mureka-6",
"status": "preparing",
"trace_id": "7e4121133425c1af9a6045a7d1ee070f"
}