apiKey: ********************{
"imageUrls": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
],
"audioUrls": [
"https://example.com/audio1.mp3",
"https://example.com/audio2.mp3"
],
"bgmUrl": "https://example.com/bgm.mp3",
"bgmVolume": 100,
"audioVolume": 100,
"coverImageUrl": "https://example.com/cover.jpg",
"coverImageDuration": 3,
"effects": [
"fade",
"zoom"
],
"effectType": "transition",
"async": false,
"targetWidth": 1920,
"targetHeight": 1080,
"voiceUrl": "string"
}curl --location --request POST '/api/video/generate-multiple-audio' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrls": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
],
"audioUrls": [
"https://example.com/audio1.mp3",
"https://example.com/audio2.mp3"
],
"bgmUrl": "https://example.com/bgm.mp3",
"bgmVolume": 100,
"audioVolume": 100,
"coverImageUrl": "https://example.com/cover.jpg",
"coverImageDuration": 3,
"effects": [
"fade",
"zoom"
],
"effectType": "transition",
"async": false,
"targetWidth": 1920,
"targetHeight": 1080,
"voiceUrl": "string"
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"videoUrl": "/api/video/files/generated_video_123.mp4",
"downloadUrl": "/api/video/download/generated_video_123.mp4"
}