curl --location --request POST 'https://api.apipod.ai/v1/videos/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "seedance-2.0-fast-r2v",
"prompt": "dolore xxxx",
"image_urls": [
"https://loremflickr.com/400/400?lock=3053668318380209",
"https://loremflickr.com/400/400?lock=4060019942973656",
"https://loremflickr.com/400/400?lock=5971857966514559",
"https://loremflickr.com/400/400?lock=4665564588939178",
"https://loremflickr.com/400/400?lock=8314674303978000"
],
"video_urls": [
"https://worst-sock.info/",
"https://colossal-affiliate.info/"
],
"audio_urls": [
"https://torn-sarong.com/"
],
"aspect_ratio": "3:4",
"resolution": "480p",
"duration": 5,
"generate_audio": true,
"return_last_frame": true,
"web_search": false,
"watermark": false
}'