---
title: "DeerAPI Kling Lip Sync Face Detection"
method: POST
path: "/kling/v1/videos/identify-face"
---

# DeerAPI Kling Lip Sync Face Detection

`POST /kling/v1/videos/identify-face`

Use this field according to the endpoint schema.

## Request body

- object
  - `video_url` string, required — Use this field according to the endpoint schema.

## Response `200`

Use this field according to the endpoint schema.

- object
  - `code` integer, required — Use this field according to the endpoint schema.
  - `message` string, required — Use this field according to the endpoint schema.
  - `request_id` string, required — Use this field according to the endpoint schema.
  - `data` object, required
    - `session_id` string, required — Use this field according to the endpoint schema.
    - `face_data` object[], required
      - `face_id` string — Use this field according to the endpoint schema.
      - `face_image` string — Use this field according to the endpoint schema.
      - `start_time` integer — Use this field according to the endpoint schema.
      - `end_time` integer — Use this field according to the endpoint schema.

---

[API](https://skmtc.net/deerapi/apis/text-to-audio-api.md) · [All operations](https://skmtc.net/deerapi/apis/text-to-audio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deerapi/text-to-audio-api/revisions/b6265ced74a1/schema)
