Model IDDocumentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
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.
Video Requirements
API Usage
Submit a generation task via the GMI request queue. Polling and full parameter docs are in the API reference.Submit request
request_id. Poll the status endpoint until the video is ready, then download from the returned URL.