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