{
"model": "sd-2.5",
"prompt": "参考角色外观和背景风格,沿用参考视频的镜头节奏,配上参考音频的情绪氛围,生成一段 10 秒的城市街头漫步短片",
"duration": 10,
"metadata": {
"resolution": "1080p",
"ratio": "16:9",
"generate_audio": false,
"watermark": false,
"return_last_frame": false,
"seed": -1,
"output_format": "mp4",
"omni_reference_task_type": "auto"
},
"references": [
{
"type": "image_url",
"url": "https://example.com/character.jpg"
},
{
"type": "image_url",
"url": "https://example.com/background_style.jpg"
},
{
"type": "video_url",
"url": "https://example.com/reference_motion.mp4"
},
{
"type": "audio_url",
"url": "https://example.com/mood_audio.mp3",
"role": "reference_audio"
}
]
}curl --location 'https://www.northrouter.com/v1/video/generations' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'New-Api-User: 1' \
--header 'Content-Type: application/json' \
--data '{
"model": "sd-2.5",
"prompt": "参考角色外观和背景风格,沿用参考视频的镜头节奏,配上参考音频的情绪氛围,生成一段 10 秒的城市街头漫步短片",
"duration": 10,
"metadata": {
"resolution": "1080p",
"ratio": "16:9",
"generate_audio": false,
"watermark": false,
"return_last_frame": false,
"seed": -1,
"output_format": "mp4",
"omni_reference_task_type": "auto"
},
"references": [
{
"type": "image_url",
"url": "https://example.com/character.jpg"
},
{
"type": "image_url",
"url": "https://example.com/background_style.jpg"
},
{
"type": "video_url",
"url": "https://example.com/reference_motion.mp4"
},
{
"type": "audio_url",
"url": "https://example.com/mood_audio.mp3",
"role": "reference_audio"
}
]
}'{
"id": "task_9dCRAoO3xpog78cQjdrsm90d88kFcAM5",
"task_id": "task_9dCRAoO3xpog78cQjdrsm90d88kFcAM5",
"object": "video",
"model": "sd-2.5",
"status": "queued",
"progress": 0,
"created_at": 1787884306
}