verify_identity
Verify a person's Chinese name against their 18-digit ID card number to confirm identity. Returns match status, demographic details, and issuing authority for KYC compliance.
Instructions
Verify if a person's name matches their Chinese ID card number (实名认证/身份证二要素验证). Returns match result, gender, age, birth date, province, issuing authority and validity period. Use when users need KYC identity verification, real-name authentication, or ID card validation. Requires 18-digit Chinese ID card number. Free tier: 50 requests/day.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Person's real name in Chinese (姓名), e.g. '张三' | |
| id_card | Yes | 18-digit Chinese ID card number (身份证号码), e.g. '110101199001011234' |