prompt.curl --location 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "ai-music-api/sounds",
"callBackUrl": "https://api.example.com/callback",
"input": {
"prompt": "sint",
"model": "V5",
"sound_loop": true,
"sound_tempo": 166,
"sound_key": "D#m",
"grab_lyrics": true
}
}'{
"code": 422,
"msg": "success",
"data": {
"taskId": "task38695****935u9043u"
}
}