first_frame 类型元素。{
"model": "happyhorse-1.0-i2v",
"prompt": "一只猫在草地上奔跑",
"size": "720P",
"duration": 5,
"metadata": {
"media": [
{
"type": "first_frame",
"url": "https://cdn.translate.alibaba.com/r/wanx-demo-1.png"
}
],
"parameters": {
"resolution": "1080P",
"duration": 5,
"watermark": true,
"seed": 0
}
}
}curl --location 'https://ifowhub.com/v1/video/generations' \
--header 'Content-Type: application/json' \
--data '{
"model": "happyhorse-1.0-i2v",
"prompt": "一只猫在草地上奔跑",
"size": "720P",
"duration": 5,
"metadata": {
"media": [
{
"type": "first_frame",
"url": "https://cdn.translate.alibaba.com/r/wanx-demo-1.png"
}
],
"parameters": {
"resolution": "1080P",
"duration": 5,
"watermark": true,
"seed": 0
}
}
}'{
"id": "0385dc79-5ff8-4d82-bcb6-xxxxxx",
"object": "video",
"model": "happyhorse-1.0-i2v",
"status": "queued",
"progress": 0,
"created_at": 1714000000,
"completed_at": 0,
"metadata": {
"url": "string"
},
"error": {
"message": "string",
"code": "string"
}
}