---
title: "Create Vidu Reference Task"
method: POST
path: "/api/refer/v1/task"
tags: ["vidu三方工具调用reference"]
---

# Create Vidu Reference Task

`POST /api/refer/v1/task`

## Query parameters

- `app_id` string, required

## Request body

- RoutersImgToReferenceV1VideoItem
  - `images` string[], required — 文本内容
  - `duration` integer — 视频时长
  - `prompt` string, required — 提示词
  - `aspect_ratio` string — 宽高比
  - `movement_amplitude` string — 提示词
  - `resolution` 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)
