{
"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.302.ai/vidu/ent/v2/template2video' \
--header 'Authorization: Bearer ' \
--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"
}'
{
"id": "string",
"type": "string",
"state": "string",
"model": "string",
"style": "string",
"moderation": true,
"input": {
"creation_id": "string",
"prompts": [
{
"type": "string",
"content": "string",
"negative": true
}
],
"seed": 0,
"enhance": true,
"multi_image_boost": true
},
"output_params": {
"sample_count": 0,
"duration": 0,
"aspect_ratio": "string",
"resolution": "string",
"movement_amplitude": "string"
},
"err_code": "string",
"creations_count": 0,
"model_version": "string",
"created_at": "string"
}