{
"model": "happyhorse-1.0-t2v",
"prompt": "一座由硬纸板和瓶盖搭建的微型城市,在夜晚焕发出生机。",
"size": "720P",
"duration": 5,
"metadata": {
"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-t2v",
"prompt": "一座由硬纸板和瓶盖搭建的微型城市,在夜晚焕发出生机。",
"size": "720P",
"duration": 5,
"metadata": {
"parameters": {
"resolution": "1080P",
"ratio": "16:9",
"duration": 5,
"watermark": true,
"seed": 0
}
}
}'{
"id": "0385dc79-5ff8-4d82-bcb6-xxxxxx",
"object": "video",
"model": "happyhorse-1.0-t2v",
"status": "queued",
"progress": 0,
"created_at": 1714000000,
"completed_at": 0,
"metadata": {
"url": "string"
},
"error": {
"message": "string",
"code": "string"
}
}