{
"template": "hugging",
"images": [
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/scene-template/hug.jpeg"
],
"prompt": "Video content\\n画面中的两个主体转向彼此,并开始拥抱# 要求\\n将Motion Level设置为‘Large’",
"seed": "0"
}curl --location --request POST 'https://api.vidu.cn/ent/v2/template2video' \
--header 'Authorization: Token {your api key}' \
--header 'Content-Type: application/json' \
--data-raw '{
"template": "hugging",
"images": [
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/scene-template/hug.jpeg"
],
"prompt": "Video content\\n画面中的两个主体转向彼此,并开始拥抱# 要求\\n将Motion Level设置为‘Large’",
"seed": "0"
}'{
"task_id": "your_task_id_here",
"state": "created",
"template": "hug",
"images": [
"https://prod-ss-images.s3.cn-northwest-1.amazonaws.com.cn/vidu-maas/scene-template/hug.jpeg"
],
"prompt": "hug",
"seed": random_number,
"payload": "",
"created_at": "2025-01-01T15:41:31.968916Z"
}