POST account/id_card_front_ocr

身份证正面识别

Request Information

URI Parameters

None.

Body Parameters

BaiduOcrViewModel
NameDescriptionTypeAdditional information
image_path

string

None.

Request Formats

application/json, text/json

Sample:
{
  "image_path": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

身份证正面识别

DataResponseOfIdCardFrontResultViewModel
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

data

IdCardFrontResultViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true,
  "data": {
    "full_name": "sample string 1",
    "identity_card_number": "sample string 2",
    "residence_district_name": "sample string 3"
  }
}