---
title: "Create Video Motion Control Task"
method: POST
path: "/api/kling/v1/motion/control"
tags: ["创建图生视频任务"]
---

# Create Video Motion Control Task

`POST /api/kling/v1/motion/control`

## Query parameters

- `app_id` string, required

## Request body

- MotionControlItem
  - `image` string, required — 图片列表
  - `video` string, required — 视频列表
  - `duration` integer, required — 视频时长
  - `character_orientation` string — 生成视频中人物的朝向，可选择与图片一致或与视频一致，枚举：image，video
  - `mode` string — 生成视频的模式，枚举：std，pro
  - `keep_original_sound` string — 是否保留原视频声音
  - `platform` 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)
