{
"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"
}