Authorization: ********************{
"model": "viduq2-pro",
"template_id": "template_001",
"prompt": "使用模版生成视频",
"duration": 8,
"resolution": "1080p"
}curl --location --request POST '/ent/v2/template' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "viduq2-pro",
"template_id": "template_001",
"prompt": "使用模版生成视频",
"duration": 8,
"resolution": "1080p"
}'{
"task_id": "string",
"state": "pending",
"model": "string",
"prompt": "string",
"images": [
"string"
],
"duration": 0,
"seed": 0,
"resolution": "string",
"bgm": true,
"movement_amplitude": "string",
"payload": "string",
"off_peak": true,
"credits": 0,
"watermark": true,
"created_at": "2019-08-24T14:15:22.123Z"
}