{
"model": "sd-2.0",
"prompt": "让画面里的角色缓慢转头向镜头微笑",
"duration": 5,
"metadata": {
"resolution": "720p",
"ratio": "16:9"
},
"references": [
{
"type": "image_url",
"url": "https://example.com/reference.jpg"
}
]
}
curl --location 'https://www.northrouter.com/v1/video/generations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"model": "sd-2.0",
"prompt": "让画面里的角色缓慢转头向镜头微笑",
"duration": 5,
"metadata": {
"resolution": "720p",
"ratio": "16:9"
},
"references": [
{
"type": "image_url",
"url": "https://example.com/reference.jpg"
}
]
}'{
"id": "task_9dCRAoO3xpog78cQjdrsm90d88kFcAM5",
"task_id": "task_9dCRAoO3xpog78cQjdrsm90d88kFcAM5",
"object": "video",
"model": "sd-2.0",
"status": "queued",
"progress": 0,
"created_at": 1787884306
}