---
title: "Create Lipsync Task"
method: POST
path: "/api/lipsync/v1/image/task"
tags: ["口型同步任务"]
---

# Create Lipsync Task

`POST /api/lipsync/v1/image/task`

## Query parameters

- `app_id` string, required

## Request body

- RoutersLipSyncApiV1LipSyncItem
  - `driven_audio` string, required — 音频地址
  - `source_image` string, required — 图片或者视频地址
  - `preprocess` string — 图片裁剪方式
  - `use_enhancer` boolean — 面部增强
  - `use_eyeblink` boolean — 眼睛动作
  - `size_of_image` integer — 视频分辨率

## 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)
