Kling Identify Face
Detects every distinct human face that appears in a source video and returns:- A
session_idthat uniquely identifies this analysis pass - A
face_dataarray describing each detected face (face_id,face_image,start_time,end_timein milliseconds)
Typical Workflow
- Submit a video via
kling-identify-faceand inspect the returnedface_datato pick which face(s) to lip-sync. - Submit a follow-up
kling-lip-syncrequest using the returnedsession_idplus aface_choosearray referencing the desiredface_ids.
outcome.data field of the SubmitRequest response, no callback polling required.