---
title: "Get Lip Sync List"
method: POST
path: "/api/lipsync/v2/list"
tags: ["history list"]
---

# Get Lip Sync List

`POST /api/lipsync/v2/list`

## Query parameters

- `app_id` string, required

## Request body

- LipSyncHistoryItem
  - `page` integer, required — 页码
  - `page_count` integer, required — 每页数量
  - `type_id` integer, required — 模型类型

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