{
"model": "happyhorse-1.0-r2v",
"prompt": "[Image 1]中身着红色旗袍的女性,展开[Image 2]中的折扇",
"size": "720P",
"duration": 5,
"metadata": {
"media": [
{
"type": "reference_image",
"url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20260424/mvzfud/hh-v2v-girl.jpg"
}
],
"parameters": {
"resolution": "1080P",
"ratio": "16:9",
"duration": 5,
"watermark": true,
"seed": 0
}
}
}curl --location 'https://ifowhub.com/v1/videos' \
--header 'Content-Type: application/json' \
--data '{
"model": "happyhorse-1.0-r2v",
"prompt": "[Image 1]中身着红色旗袍的女性,展开[Image 2]中的折扇",
"size": "720P",
"duration": 5,
"metadata": {
"media": [
{
"type": "reference_image",
"url": "https://help-static-aliyun-doc.aliyuncs.com/file-manage-files/zh-CN/20260424/mvzfud/hh-v2v-girl.jpg"
}
],
"parameters": {
"resolution": "1080P",
"ratio": "16:9",
"duration": 5,
"watermark": true,
"seed": 0
}
}
}'{
"id": "0385dc79-5ff8-4d82-bcb6-xxxxxx",
"object": "video",
"model": "happyhorse-1.0-r2v",
"status": "queued",
"progress": 0,
"created_at": 1714000000,
"completed_at": 0,
"metadata": {
"url": "string"
},
"error": {
"message": "string",
"code": "string"
}
}