Authorization: ********************{
"model": "viduq2-pro",
"template_id": "story_template_001",
"story_content": "故事内容描述",
"duration": 30
}curl --location --request POST '/ent/v2/template-story' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "viduq2-pro",
"template_id": "story_template_001",
"story_content": "故事内容描述",
"duration": 30
}'{
"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"
}