taskId 标识原始音乐生成任务audioId 在存在多个变体时指定要可视化的音频曲目author 和 domainName 为视频添加自定义品牌curl --location --request POST 'https://api.kie.ai/api/v1/mp4/generate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "taskId_774b9aa0422f",
"audioId": "e231****-****-****-****-****8cadc7dc",
"callBackUrl": "https://api.example.com/callback",
"author": "电子音乐DJ",
"domainName": "music.example.com"
}'{
"code": 0,
"msg": "",
"data": {
"taskId": ""
}
}