taskId identifies the original music generation taskaudioId specifies which audio track to visualize when multiple variations existauthor and domainName add customized branding to the videocurl --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 Electronic",
"domainName": "music.example.com"
}'{
"code": 0,
"msg": "",
"data": {
"taskId": ""
}
}