curl -X POST "https://polza.ai/api/v1/media" \
-H "Authorization: Bearer <POLZA_AI_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"model": "bytedance/seedance-2",
"input": {
"prompt": "Описание видео",
"aspect_ratio": "16:9",
"resolution": "720p",
"duration": "10",
"videos": [],
"images": [],
"generate_audio": "false",
"multi_shots": "false"
},
"async": true
}'