---
title: "Get Lip-sync info"
method: GET
path: "/v2/projects/{project_id}/lipsync"
tags: ["projects"]
---

# Get Lip-sync info

`GET /v2/projects/{project_id}/lipsync`

Get lip-sync info.

## Path parameters

- `project_id` string, uuid, required — Project ID

## Response `200`

Lip-sync info.

- LipsyncInfo
  - `check_face_task_status` 'started' | 'done' | 'failed', nullable — Check face task status
  - `tasks_in_lipsync_queue` integer, nullable — Number of tasks in the lip-sync queue before your project
  - `lipsync_result_path` string, nullable — Link to the lip-synced video result
  - `lipsync_task_status` 'started' | 'done' | 'failed', nullable — Lipsync task status
  - `video_has_face` boolean, nullable — If video has face
  - `lipsync_task_progress` integer, nullable — Lip-sync task progress

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/rask/apis/rask-api-documentation.md) · [All operations](https://skmtc.net/rask/apis/rask-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rask/rask-api-documentation/versions/e517d78f3592/schema)
