apiKey: ********************{
"videoUrl": "https://example.com/video.mp4",
"audioUrl": "https://example.com/audio.mp3",
"bgmUrl": "https://example.com/bgm.mp3",
"bgmVolume": 100,
"voiceVolume": 100
}curl --location --request POST '/api/video/audio/adaptAudio' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"videoUrl": "https://example.com/video.mp4",
"audioUrl": "https://example.com/audio.mp3",
"bgmUrl": "https://example.com/bgm.mp3",
"bgmVolume": 100,
"voiceVolume": 100
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"videoUrl": "/api/video/files/processed_video_123.mp4",
"downloadUrl": "/api/video/download/processed_video_123.mp4"
}