{
"model": "wan3.0-video",
"input": {
"prompt": "视频1抱着图3,在图4的椅子上弹奏一支舒缓的乡村民谣……",
"media": [
{
"type": "reference_image",
"url": "https://example.com/girl.jpg"
},
{
"type": "reference_video",
"url": "https://example.com/role2.mp4"
},
{
"type": "reference_image",
"url": "https://example.com/object3.png"
},
{
"type": "reference_image",
"url": "https://example.com/object4.png"
},
{
"type": "reference_image",
"url": "https://example.com/background5.png"
}
]
},
"parameters": {
"resolution": "480P",
"ratio": "adaptive",
"duration": 5
}
}curl --location 'https://api.miaoshenghua.com/api/v1/services/aigc/video-generation/video-synthesis' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "wan3.0-video",
"input": {
"prompt": "视频1抱着图3,在图4的椅子上弹奏一支舒缓的乡村民谣……",
"media": [
{
"type": "reference_image",
"url": "https://example.com/girl.jpg"
},
{
"type": "reference_video",
"url": "https://example.com/role2.mp4"
},
{
"type": "reference_image",
"url": "https://example.com/object3.png"
},
{
"type": "reference_image",
"url": "https://example.com/object4.png"
},
{
"type": "reference_image",
"url": "https://example.com/background5.png"
}
]
},
"parameters": {
"resolution": "480P",
"ratio": "adaptive",
"duration": 5
}
}'{
"id": "task_GCWQp6sKlzxSdq94JntTk9xalmxFsHLW",
"task_id": "task_GCWQp6sKlzxSdq94JntTk9xalmxFsHLW",
"object": "video",
"model": "wan3.0-video",
"status": "queued",
"progress": 0,
"created_at": 1787129291
}