---
title: "Create Vidu Template Task"
method: POST
path: "/api/vidu/v2/task"
tags: ["vidu三方工具调用template"]
---

# Create Vidu Template Task

`POST /api/vidu/v2/task`

## Query parameters

- `app_id` string, required

## Request body

- RoutersViduModelImgToVideoTemplateV2VideoTemplateItem
  - `images` string[], required — 文本内容
  - `duration` integer — 视频时长
  - `template` string — 模板
  - `aspect_ratio` string — 纵横比

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/videofaceswap/apis/fastapi.md) · [All operations](https://skmtc.dev/videofaceswap/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/videofaceswap/fastapi/revisions/76b11ccab8af/schema)
