GET OpenAI/VerifyIdentityInfo?bToken={bToken}&videoUrl={videoUrl}

请求信息

URI 参数

名称描述类型附加信息
bToken

string

Required

videoUrl

string

Required

Body 参数

空.

响应信息

资源描述

ApiJsonBaseOfOpenIdentityVerifyData
名称描述类型附加信息
Result

boolean

None.

Message

string

None.

State

integer

None.

BizData

OpenIdentityVerifyData

None.

响应格式

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "State": 3,
  "BizData": {
    "result": true,
    "source_comp_details": {
      "image_env_detail": "sample string 1",
      "image_face_detail": "sample string 2",
      "score": 3.1,
      "thresholds": {
        "_1e3": 1,
        "_1e4": 2,
        "_1e5": 3,
        "_1e6": 4
      }
    },
    "algorithm_base_resp": {
      "status_code": 1,
      "status_message": "sample string 2"
    }
  }
}

application/xml, text/xml

Sample:
<ApiJsonBaseOfOpenIdentityVerifyDatatNNj2iKf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models">
  <BizData xmlns:d2p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.OpenModel">
    <d2p1:algorithm_base_resp xmlns:d3p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model">
      <d3p1:status_code>1</d3p1:status_code>
      <d3p1:status_message>sample string 2</d3p1:status_message>
    </d2p1:algorithm_base_resp>
    <d2p1:result>true</d2p1:result>
    <d2p1:source_comp_details>
      <d2p1:image_env_detail>sample string 1</d2p1:image_env_detail>
      <d2p1:image_face_detail>sample string 2</d2p1:image_face_detail>
      <d2p1:score>3.1</d2p1:score>
      <d2p1:thresholds>
        <d2p1:_1e3>1</d2p1:_1e3>
        <d2p1:_1e4>2</d2p1:_1e4>
        <d2p1:_1e5>3</d2p1:_1e5>
        <d2p1:_1e6>4</d2p1:_1e6>
      </d2p1:thresholds>
    </d2p1:source_comp_details>
  </BizData>
  <Message>sample string 2</Message>
  <Result>true</Result>
  <State>3</State>
</ApiJsonBaseOfOpenIdentityVerifyDatatNNj2iKf>