人脸实名认证API文档
  1. H5权威源实人认证
人脸实名认证API文档
  • 人脸实名认证API文档
  • API_V1.0
    • 人脸认证
      • 提交实名数据
      • 查询实名结果
    • 视频活体检测
      • 提交实名数据
      • 查询实名结果
    • 活体检测人脸认证
      • 提交实名数据
      • 查询实名结果
  • API_V2.0
    • H5权威源实人认证
      • 提交实名数据
        POST
      • 查询实名结果
        POST
      • notifyurl结果回调(post)
        POST
      • returnurl结果回调(get)
        GET
  1. H5权威源实人认证

提交实名数据

POST
https://face.ojwyun.cn/apiV2/initialize_1000

请求参数

Header 参数

Body 参数application/x-www-form-urlencoded

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://face.ojwyun.cn/apiV2/initialize_1000' \
--header 'Authorization: KEYCODE 123456789' \
--data-urlencode 'name=张三' \
--data-urlencode 'idcard=123456789123456789' \
--data-urlencode 'type=1' \
--data-urlencode 'returnurl=https://face.ojwyun.cn/returnurl' \
--data-urlencode 'notifyurl=https://face.ojwyun.cn/notifyurl' \
--data-urlencode 'txtBgColor=#cccccc' \
--data-urlencode 'pageBgColor=#eeeeee' \
--data-urlencode 'pageTitle=xxx实人认证' \
--data-urlencode 'livingType=26'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": "200",
    "msg": "提交成功",
    "token": "850452bbfe85c94d4771d194afb46a91",
    "url": "https://face.ojwyun.cn/index/face"
}
修改于 2025-06-29 12:41:23
上一页
查询实名结果
下一页
查询实名结果
Built with