prompt should describe the theme, style, or subject of the desired lyricscurl --location --request POST 'https://api.kie.ai/api/v1/lyrics' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "A nostalgic song about childhood memories and growing up in a small town",
"callBackUrl": "https://api.example.com/callback"
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "5c79****be8e"
}
}