POST
/kling/v1/videos/identify-face人脸识别
API Key application/json
请求示例
curl -X POST https://top.qingyuntop.ai/kling/v1/videos/identify-face \
-H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}" \
-H "Content-Type: application/json" \
-d '{
"video_id": "827297867148050499",
"video_url": ""
}'请求参数
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
Content-Type | Header | string | 否 | - | application/json |
Authorization | Header | string | 否 | - | Bearer {{YOUR_API_KEY}} |
video_id | JSON body | string | 否 | 通过可灵AI生成的视频的ID;用于指定视频、判断视频是否可用于对口型服务;与video_url参数二选一填写,不能同时为空,也不能同时有值;仅支持使用30天内生成的时长不超过60秒的视频 | - |
video_url | JSON body | string | 否 | 所上传视频的获取URL;用于指定视频,并判断视频是否可用于对口型服务;与video_id参数二选一填写,不能同时为空,也不能同时有值;视频文件支持.mp4/.mov,文件大小不超过100MB,视频时长不超过60s且不短于2s,仅支持720p和1080p、长宽的边长均位于512px~2160px之间,上述校验不通过会返回错误码等信息;系统会校验视频内容,如有问题会返回错误码等信息 | - |
返回响应 (200)
此部分没有定义参数。
来源原始接口定义(用于追溯)
以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。
{
"id": 495899818,
"name": "人脸识别",
"type": "http",
"serverId": "",
"preProcessors": [],
"postProcessors": [],
"inheritPreProcessors": {},
"inheritPostProcessors": {},
"description": "",
"operationId": "",
"sourceUrl": "",
"method": "post",
"path": "/kling/v1/videos/identify-face",
"tags": [],
"status": -1,
"requestBody": {
"type": "application/json",
"parameters": [],
"jsonSchema": {
"type": "object",
"properties": {
"video_id": {
"type": "string",
"description": "通过可灵AI生成的视频的ID;用于指定视频、判断视频是否可用于对口型服务;与video_url参数二选一填写,不能同时为空,也不能同时有值;仅支持使用30天内生成的时长不超过60秒的视频"
},
"video_url": {
"type": "string",
"description": "所上传视频的获取URL;用于指定视频,并判断视频是否可用于对口型服务;与video_id参数二选一填写,不能同时为空,也不能同时有值;视频文件支持.mp4/.mov,文件大小不超过100MB,视频时长不超过60s且不短于2s,仅支持720p和1080p、长宽的边长均位于512px~2160px之间,上述校验不通过会返回错误码等信息;系统会校验视频内容,如有问题会返回错误码等信息"
}
},
"x-apifox-orders": [
"video_id",
"video_url"
]
},
"examples": [
{
"mediaType": "application/json",
"value": "{\r\n \"video_id\": \"827297867148050499\",\r\n \"video_url\": \"\"\r\n}"
}
],
"mediaType": "",
"oasExtensions": "",
"required": true,
"additionalContentTypes": []
},
"parameters": {
"path": [],
"query": [],
"cookie": [],
"header": [
{
"id": "ownsahHdqt",
"name": "Content-Type",
"required": false,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "application/json"
},
{
"id": "nfwu3gphgi",
"name": "Authorization",
"required": false,
"enable": true,
"description": "",
"type": "string",
"sampleValue": "Bearer {{YOUR_API_KEY}}"
}
]
},
"commonParameters": {
"query": [],
"body": [],
"cookie": [],
"header": []
},
"auth": {},
"responses": [
{
"id": 114520167,
"name": "成功",
"code": 200,
"contentType": "json",
"jsonSchema": {
"type": "object",
"properties": {},
"x-apifox-orders": []
},
"itemSchema": {},
"description": "",
"mediaType": "",
"headers": []
}
],
"responseExamples": [],
"codeSamples": [],
"projectId": 8662722,
"moduleId": 8310462,
"folderId": 92436156,
"ordering": 0,
"responsibleId": 0,
"commonResponseStatus": {},
"advancedSettings": {
"disabledSystemHeaders": {}
},
"customApiFields": {},
"oasExtensions": "",
"mockScript": {},
"createdAt": "2026-08-02T03:53:34.000Z",
"updatedAt": "2026-08-06T12:15:55.000Z",
"creatorId": 2863449,
"editorId": 2863449,
"creatorUserId": 2863449,
"editorUserId": 2863449,
"responseChildren": [],
"visibility": "INHERITED",
"securityScheme": {},
"callbacks": ""
}