人脸识别
概览
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: application/json
{
"video_id": "827297867148050499",
"video_url": ""
}请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/kling/v1/videos/identify-face' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"video_id": "827297867148050499",
"video_url": ""
}'返回示例
🟢200成功 示例
{}最后更新:2025-12-18 09:23:13
