curl --location --request POST 'https://api.cometapi.com/kling/v1/videos/identify-face' \
--header 'Authorization: {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_url": "https://replicate.delivery/xezq/lZfr3rskBEVLDCytear4lUo92fOpAcoblFWzk6e06WEnC3PTB/tmpny051d_c.mp4"
}'{
"code": 0,
"message": "string",
"request_id": "string",
"data": {
"session_id": "string",
"face_data": [
{
"face_id": "string",
"face_image": "string",
"start_time": 0,
"end_time": 0
}
]
}
}