tccli-intl-en 3.0.1188.1__py2.py3-none-any.whl → 3.1.28.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (292) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/plugins/sso/__init__.py +14 -0
  4. tccli/plugins/sso/login.py +23 -6
  5. tccli/plugins/sso/texts.py +4 -0
  6. tccli/services/__init__.py +46 -2
  7. tccli/services/advisor/advisor_client.py +10 -4
  8. tccli/services/ai3d/__init__.py +4 -0
  9. tccli/services/ai3d/ai3d_client.py +266 -0
  10. tccli/services/ai3d/v20250513/api.json +264 -0
  11. tccli/services/ai3d/v20250513/examples.json +20 -0
  12. tccli/services/aiart/aiart_client.py +5 -2
  13. tccli/services/ams/ams_client.py +20 -8
  14. tccli/services/antiddos/antiddos_client.py +350 -140
  15. tccli/services/apigateway/apigateway_client.py +465 -186
  16. tccli/services/apm/apm_client.py +835 -68
  17. tccli/services/apm/v20210622/api.json +3936 -1145
  18. tccli/services/apm/v20210622/examples.json +133 -23
  19. tccli/services/asr/asr_client.py +10 -4
  20. tccli/services/autoscaling/autoscaling_client.py +341 -114
  21. tccli/services/autoscaling/v20180419/api.json +444 -272
  22. tccli/services/autoscaling/v20180419/examples.json +46 -38
  23. tccli/services/batch/batch_client.py +140 -56
  24. tccli/services/bi/__init__.py +4 -0
  25. tccli/services/bi/bi_client.py +1498 -0
  26. tccli/services/bi/v20220105/api.json +5769 -0
  27. tccli/services/bi/v20220105/examples.json +215 -0
  28. tccli/services/billing/billing_client.py +1007 -139
  29. tccli/services/billing/v20180709/api.json +1707 -429
  30. tccli/services/billing/v20180709/examples.json +161 -25
  31. tccli/services/cam/cam_client.py +405 -162
  32. tccli/services/captcha/captcha_client.py +5 -2
  33. tccli/services/captcha/v20190722/api.json +16 -6
  34. tccli/services/captcha/v20190722/examples.json +3 -3
  35. tccli/services/car/car_client.py +165 -66
  36. tccli/services/cbs/cbs_client.py +190 -76
  37. tccli/services/ccc/ccc_client.py +1167 -268
  38. tccli/services/ccc/v20200210/api.json +2263 -202
  39. tccli/services/ccc/v20200210/examples.json +116 -12
  40. tccli/services/cdb/cdb_client.py +665 -266
  41. tccli/services/cdb/v20170320/api.json +463 -208
  42. tccli/services/cdb/v20170320/examples.json +8 -8
  43. tccli/services/cdc/cdc_client.py +100 -40
  44. tccli/services/cdc/v20201214/api.json +2 -2
  45. tccli/services/cdc/v20201214/examples.json +4 -4
  46. tccli/services/cdn/cdn_client.py +220 -88
  47. tccli/services/cdn/v20180606/api.json +22 -22
  48. tccli/services/cdn/v20180606/examples.json +1 -1
  49. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  50. tccli/services/cdwpg/cdwpg_client.py +120 -48
  51. tccli/services/cdz/__init__.py +4 -0
  52. tccli/services/cdz/cdz_client.py +210 -0
  53. tccli/services/cdz/v20221123/api.json +233 -0
  54. tccli/services/cdz/v20221123/examples.json +12 -0
  55. tccli/services/cfg/cfg_client.py +80 -32
  56. tccli/services/cfg/v20210820/api.json +30 -10
  57. tccli/services/cfg/v20210820/examples.json +1 -1
  58. tccli/services/cfs/cfs_client.py +195 -78
  59. tccli/services/cfw/cfw_client.py +330 -132
  60. tccli/services/chdfs/chdfs_client.py +145 -58
  61. tccli/services/ciam/ciam_client.py +80 -32
  62. tccli/services/ckafka/ckafka_client.py +1149 -259
  63. tccli/services/ckafka/v20190819/api.json +3738 -1696
  64. tccli/services/ckafka/v20190819/examples.json +266 -162
  65. tccli/services/clb/clb_client.py +1054 -469
  66. tccli/services/clb/v20180317/api.json +2273 -1020
  67. tccli/services/clb/v20180317/examples.json +184 -124
  68. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  69. tccli/services/cls/cls_client.py +434 -173
  70. tccli/services/cmq/cmq_client.py +14 -803
  71. tccli/services/cmq/v20190304/api.json +173 -1367
  72. tccli/services/cmq/v20190304/examples.json +0 -120
  73. tccli/services/config/config_client.py +30 -12
  74. tccli/services/controlcenter/controlcenter_client.py +229 -2
  75. tccli/services/controlcenter/v20230110/api.json +528 -5
  76. tccli/services/controlcenter/v20230110/examples.json +32 -0
  77. tccli/services/csip/csip_client.py +339 -78
  78. tccli/services/csip/v20221121/api.json +1011 -38
  79. tccli/services/csip/v20221121/examples.json +24 -0
  80. tccli/services/ctsdb/__init__.py +4 -0
  81. tccli/services/ctsdb/ctsdb_client.py +266 -0
  82. tccli/services/ctsdb/v20230202/api.json +677 -0
  83. tccli/services/ctsdb/v20230202/examples.json +20 -0
  84. tccli/services/cvm/cvm_client.py +706 -189
  85. tccli/services/cvm/v20170312/api.json +1003 -453
  86. tccli/services/cvm/v20170312/examples.json +176 -130
  87. tccli/services/cwp/cwp_client.py +2325 -930
  88. tccli/services/cynosdb/cynosdb_client.py +2272 -591
  89. tccli/services/cynosdb/v20190107/api.json +12480 -7740
  90. tccli/services/cynosdb/v20190107/examples.json +193 -9
  91. tccli/services/dataintegration/dataintegration_client.py +5 -2
  92. tccli/services/dayu/dayu_client.py +515 -206
  93. tccli/services/dbbrain/dbbrain_client.py +210 -84
  94. tccli/services/dc/dc_client.py +90 -36
  95. tccli/services/dcdb/dcdb_client.py +310 -124
  96. tccli/services/dlc/dlc_client.py +859 -214
  97. tccli/services/dlc/v20210125/api.json +637 -13
  98. tccli/services/dlc/v20210125/examples.json +48 -0
  99. tccli/services/dms/dms_client.py +10 -4
  100. tccli/services/dnspod/dnspod_client.py +390 -111
  101. tccli/services/dnspod/v20210323/api.json +196 -0
  102. tccli/services/dnspod/v20210323/examples.json +24 -0
  103. tccli/services/domain/domain_client.py +120 -48
  104. tccli/services/dts/dts_client.py +415 -166
  105. tccli/services/eb/eb_client.py +130 -52
  106. tccli/services/ecdn/ecdn_client.py +75 -30
  107. tccli/services/ecm/ecm_client.py +620 -248
  108. tccli/services/eiam/eiam_client.py +200 -80
  109. tccli/services/emr/emr_client.py +3104 -117
  110. tccli/services/emr/v20190103/api.json +15311 -4361
  111. tccli/services/emr/v20190103/examples.json +452 -42
  112. tccli/services/es/es_client.py +105 -42
  113. tccli/services/facefusion/facefusion_client.py +15 -6
  114. tccli/services/faceid/faceid_client.py +95 -38
  115. tccli/services/faceid/v20180301/api.json +172 -45
  116. tccli/services/faceid/v20180301/examples.json +3 -3
  117. tccli/services/gaap/gaap_client.py +440 -176
  118. tccli/services/gme/gme_client.py +50 -20
  119. tccli/services/gpm/gpm_client.py +90 -36
  120. tccli/services/gse/gse_client.py +110 -44
  121. tccli/services/gwlb/gwlb_client.py +90 -36
  122. tccli/services/hunyuan/__init__.py +4 -0
  123. tccli/services/hunyuan/hunyuan_client.py +490 -0
  124. tccli/services/hunyuan/v20230901/api.json +566 -0
  125. tccli/services/hunyuan/v20230901/examples.json +52 -0
  126. tccli/services/iai/iai_client.py +145 -58
  127. tccli/services/iai/v20200303/api.json +187 -51
  128. tccli/services/iai/v20200303/examples.json +30 -12
  129. tccli/services/iap/iap_client.py +30 -12
  130. tccli/services/ims/ims_client.py +5 -2
  131. tccli/services/ims/v20201229/api.json +133 -141
  132. tccli/services/ims/v20201229/examples.json +3 -3
  133. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +363 -78
  134. tccli/services/intlpartnersmgt/v20220928/api.json +513 -22
  135. tccli/services/intlpartnersmgt/v20220928/examples.json +24 -0
  136. tccli/services/iotcloud/iotcloud_client.py +100 -40
  137. tccli/services/iotcloud/v20210408/api.json +216 -107
  138. tccli/services/iotcloud/v20210408/examples.json +9 -9
  139. tccli/services/ip/ip_client.py +30 -12
  140. tccli/services/kms/kms_client.py +1226 -227
  141. tccli/services/kms/v20190118/api.json +1465 -123
  142. tccli/services/kms/v20190118/examples.json +129 -3
  143. tccli/services/lcic/lcic_client.py +265 -106
  144. tccli/services/lighthouse/lighthouse_client.py +730 -172
  145. tccli/services/lighthouse/v20200324/api.json +502 -14
  146. tccli/services/lighthouse/v20200324/examples.json +59 -5
  147. tccli/services/live/live_client.py +804 -232
  148. tccli/services/live/v20180801/api.json +272 -0
  149. tccli/services/live/v20180801/examples.json +32 -0
  150. tccli/services/lke/__init__.py +4 -0
  151. tccli/services/lke/lke_client.py +5194 -0
  152. tccli/services/lke/v20231130/api.json +14803 -0
  153. tccli/services/lke/v20231130/examples.json +736 -0
  154. tccli/services/lkeap/__init__.py +4 -0
  155. tccli/services/lkeap/lkeap_client.py +602 -0
  156. tccli/services/lkeap/v20240522/api.json +989 -0
  157. tccli/services/lkeap/v20240522/examples.json +92 -0
  158. tccli/services/mariadb/mariadb_client.py +250 -100
  159. tccli/services/mdc/mdc_client.py +90 -36
  160. tccli/services/mdl/mdl_client.py +402 -82
  161. tccli/services/mdl/v20200326/api.json +1437 -100
  162. tccli/services/mdl/v20200326/examples.json +48 -16
  163. tccli/services/mdp/mdp_client.py +785 -122
  164. tccli/services/mdp/v20200527/api.json +1336 -49
  165. tccli/services/mdp/v20200527/examples.json +151 -79
  166. tccli/services/message/__init__.py +4 -0
  167. tccli/services/message/message_client.py +210 -0
  168. tccli/services/message/v20181225/api.json +72 -0
  169. tccli/services/message/v20181225/examples.json +13 -0
  170. tccli/services/mongodb/mongodb_client.py +1452 -136
  171. tccli/services/mongodb/v20190725/api.json +4393 -1462
  172. tccli/services/mongodb/v20190725/examples.json +265 -71
  173. tccli/services/monitor/monitor_client.py +1008 -296
  174. tccli/services/monitor/v20180724/api.json +664 -15
  175. tccli/services/monitor/v20180724/examples.json +152 -4
  176. tccli/services/mps/mps_client.py +1878 -379
  177. tccli/services/mps/v20190612/api.json +7473 -1626
  178. tccli/services/mps/v20190612/examples.json +276 -82
  179. tccli/services/mqtt/__init__.py +4 -0
  180. tccli/services/mqtt/mqtt_client.py +1610 -0
  181. tccli/services/mqtt/v20240516/api.json +3057 -0
  182. tccli/services/mqtt/v20240516/examples.json +213 -0
  183. tccli/services/msp/msp_client.py +35 -14
  184. tccli/services/ocr/ocr_client.py +515 -74
  185. tccli/services/ocr/v20181119/api.json +1991 -168
  186. tccli/services/ocr/v20181119/examples.json +58 -4
  187. tccli/services/omics/omics_client.py +100 -40
  188. tccli/services/organization/organization_client.py +580 -232
  189. tccli/services/postgres/postgres_client.py +455 -182
  190. tccli/services/postgres/v20170312/api.json +134 -109
  191. tccli/services/postgres/v20170312/examples.json +14 -14
  192. tccli/services/privatedns/privatedns_client.py +206 -60
  193. tccli/services/privatedns/v20201028/api.json +179 -0
  194. tccli/services/privatedns/v20201028/examples.json +8 -0
  195. tccli/services/pts/pts_client.py +240 -96
  196. tccli/services/quota/__init__.py +4 -0
  197. tccli/services/quota/quota_client.py +434 -0
  198. tccli/services/quota/v20241204/api.json +548 -0
  199. tccli/services/quota/v20241204/examples.json +51 -0
  200. tccli/services/rce/rce_client.py +5 -2
  201. tccli/services/redis/redis_client.py +698 -212
  202. tccli/services/redis/v20180412/api.json +968 -563
  203. tccli/services/redis/v20180412/examples.json +98 -56
  204. tccli/services/region/__init__.py +4 -0
  205. tccli/services/region/region_client.py +322 -0
  206. tccli/services/region/v20220627/api.json +399 -0
  207. tccli/services/region/v20220627/examples.json +29 -0
  208. tccli/services/rum/rum_client.py +300 -120
  209. tccli/services/scf/scf_client.py +210 -84
  210. tccli/services/ses/ses_client.py +368 -69
  211. tccli/services/ses/v20201002/api.json +240 -0
  212. tccli/services/ses/v20201002/examples.json +32 -0
  213. tccli/services/smh/__init__.py +4 -0
  214. tccli/services/smh/smh_client.py +714 -0
  215. tccli/services/smh/v20210712/api.json +1287 -0
  216. tccli/services/smh/v20210712/examples.json +85 -0
  217. tccli/services/sms/sms_client.py +90 -36
  218. tccli/services/sqlserver/sqlserver_client.py +3855 -470
  219. tccli/services/sqlserver/v20180328/api.json +9757 -3347
  220. tccli/services/sqlserver/v20180328/examples.json +480 -20
  221. tccli/services/ssl/ssl_client.py +504 -72
  222. tccli/services/ssl/v20191205/api.json +789 -21
  223. tccli/services/ssl/v20191205/examples.json +54 -0
  224. tccli/services/ssm/ssm_client.py +120 -48
  225. tccli/services/sts/sts_client.py +25 -10
  226. tccli/services/tag/tag_client.py +150 -60
  227. tccli/services/tat/tat_client.py +95 -38
  228. tccli/services/tbaas/tbaas_client.py +20 -8
  229. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  230. tccli/services/tcaplusdb/v20190823/api.json +836 -760
  231. tccli/services/tcaplusdb/v20190823/examples.json +3 -3
  232. tccli/services/tchd/tchd_client.py +5 -2
  233. tccli/services/tcmpp/tcmpp_client.py +520 -208
  234. tccli/services/tcr/tcr_client.py +380 -152
  235. tccli/services/tcsas/tcsas_client.py +295 -118
  236. tccli/services/tcsas/v20250106/api.json +1084 -980
  237. tccli/services/tcsas/v20250106/examples.json +15 -15
  238. tccli/services/tcss/tcss_client.py +1650 -660
  239. tccli/services/tdid/tdid_client.py +240 -96
  240. tccli/services/tdmq/tdmq_client.py +2876 -466
  241. tccli/services/tdmq/v20200217/api.json +11607 -3958
  242. tccli/services/tdmq/v20200217/examples.json +562 -264
  243. tccli/services/tem/tem_client.py +280 -112
  244. tccli/services/teo/teo_client.py +4507 -966
  245. tccli/services/teo/v20220901/api.json +7341 -1405
  246. tccli/services/teo/v20220901/examples.json +679 -99
  247. tccli/services/tione/__init__.py +4 -0
  248. tccli/services/tione/tione_client.py +210 -0
  249. tccli/services/tione/v20211111/api.json +3074 -0
  250. tccli/services/tione/v20211111/examples.json +12 -0
  251. tccli/services/tiw/tiw_client.py +255 -102
  252. tccli/services/tke/tke_client.py +858 -276
  253. tccli/services/tke/v20180525/api.json +227 -0
  254. tccli/services/tke/v20180525/examples.json +24 -0
  255. tccli/services/tms/tms_client.py +5 -2
  256. tccli/services/tms/v20201229/api.json +91 -100
  257. tccli/services/tmt/tmt_client.py +5 -2
  258. tccli/services/trabbit/trabbit_client.py +145 -58
  259. tccli/services/trocket/__init__.py +4 -0
  260. tccli/services/trocket/trocket_client.py +2450 -0
  261. tccli/services/trocket/v20230308/api.json +6062 -0
  262. tccli/services/trocket/v20230308/examples.json +339 -0
  263. tccli/services/trro/trro_client.py +95 -38
  264. tccli/services/trtc/trtc_client.py +928 -192
  265. tccli/services/trtc/v20190722/api.json +1810 -256
  266. tccli/services/trtc/v20190722/examples.json +100 -6
  267. tccli/services/tts/tts_client.py +5 -2
  268. tccli/services/vclm/vclm_client.py +10 -4
  269. tccli/services/vm/v20210922/api.json +61 -30
  270. tccli/services/vm/v20210922/examples.json +0 -12
  271. tccli/services/vm/vm_client.py +20 -8
  272. tccli/services/vod/v20180717/api.json +531 -54
  273. tccli/services/vod/v20180717/examples.json +25 -7
  274. tccli/services/vod/v20240718/api.json +1105 -0
  275. tccli/services/vod/v20240718/examples.json +97 -0
  276. tccli/services/vod/vod_client.py +1428 -350
  277. tccli/services/vpc/v20170312/api.json +1031 -133
  278. tccli/services/vpc/v20170312/examples.json +119 -23
  279. tccli/services/vpc/vpc_client.py +2159 -644
  280. tccli/services/waf/v20180125/api.json +1372 -194
  281. tccli/services/waf/v20180125/examples.json +89 -1
  282. tccli/services/waf/waf_client.py +1149 -245
  283. tccli/services/wedata/v20250806/api.json +13644 -0
  284. tccli/services/wedata/v20250806/examples.json +621 -0
  285. tccli/services/wedata/wedata_client.py +6067 -1263
  286. tccli/services/yunjing/yunjing_client.py +355 -142
  287. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/METADATA +4 -7
  288. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/RECORD +292 -232
  289. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/WHEEL +1 -1
  290. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/entry_points.txt +0 -1
  291. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/LICENSE +0 -0
  292. {tccli_intl_en-3.0.1188.1.dist-info → tccli_intl_en-3.1.28.1.dist-info}/top_level.txt +0 -0
@@ -22,7 +22,7 @@
22
22
  "status": "online"
23
23
  },
24
24
  "ApplyWebVerificationBizTokenIntl": {
25
- "document": "This API is used to apply for a BizToken before calling the web-based verification service each time. This token is required for initiating a verification process and getting the result after the verification is completed.",
25
+ "document": "This API is used to obtain a BizToken before each call to the Web verification service. Save the BizToken to initiate the verification process and retrieve the result upon completion. The BizToken is valid for 10 minutes.",
26
26
  "input": "ApplyWebVerificationBizTokenIntlRequest",
27
27
  "name": "Applies for a BizToken for the web-based verification service",
28
28
  "output": "ApplyWebVerificationBizTokenIntlResponse",
@@ -78,7 +78,7 @@
78
78
  "status": "online"
79
79
  },
80
80
  "GetFaceIdResultIntl": {
81
- "document": "This API is used to get the verification result with the corresponding SDK token after the identity verification process is completed. The SDK token is valid for two hours (2*3,600s) after generation and can be called multiple times.",
81
+ "document": "This API is used to get the verification result with the corresponding SDK token after the identity verification process is completed. The SDK token is valid for 72 hours (72*3600s) after generation and can be called multiple times.",
82
82
  "input": "GetFaceIdResultIntlRequest",
83
83
  "name": "Gets the verification result of liveness detection and face comparison",
84
84
  "output": "GetFaceIdResultIntlResponse",
@@ -372,7 +372,6 @@
372
372
  "example": "A561B769-C347-4724-A69A-6C3B3483E107",
373
373
  "member": "string",
374
374
  "name": "SdkToken",
375
- "required": true,
376
375
  "type": "string",
377
376
  "value_allowed_null": false
378
377
  },
@@ -408,7 +407,7 @@
408
407
  },
409
408
  {
410
409
  "disabled": false,
411
- "document": "The identity document type. Valid values: \n1. HK (default): Identity card of Hong Kong (China)\n2. ML: Malaysian identity card\n3. IndonesiaIDCard: Indonesian identity card\n4. PhilippinesVoteID: Philippine voters ID card\n5. PhilippinesDrivingLicense: Philippine driver's license\n6. PhilippinesTinID: Philippine TIN ID card\n7. PhilippinesSSSID: Philippine SSS ID card\n8. PhilippinesUMID: Philippine UMID card\n9. MLIDPassport: Passport issued in Hong Kong/Macao/Taiwan (China) or other countries/regions\n10..MacaoIDCard: Macao ID Card\n11.ThailandIDCard: Thailand ID Card\n12.MainlandIDCard: Mainland ID Card\n13.SingaporeIDCard: Singapore ID Card\n14.JapanIDCard: Japan ID Card\n15.MLDrivingLicense: Malaysian Driving License\n16.IndonesiaDrivingLicense: Indonesia Driving License\n17.ThailandDrivingLicense: Thailand Driving License\n18.SingaporeDrivingLicense: Singapore Driving License\n19.JapanDrivingLicense: Japan Driving License\n20.TaiWanIDCard:Taiwan ID Card\n21.HMTPermit: exit/entry permit (card) for traveling to and from Hong Kong, Macao, or Taiwan",
410
+ "document": "Specifies the identity document type used for authentication. valid values:. \n\nHK (default): hong kong (china) identity card.\n2. ML: malaysian identity card.\nIndonesian identity card.\n4. PhilippinesVoteID: specifies the voter card in the philippines.\n5. PhilippinesDrivingLicense: specifies the driving license in philippines.\n6. PhilippinesTinID: specifies the philippines tin id.\n7. PhilippinesSSSID: specifies the SSSID in the philippines.\n8. philippines UMID: specifies the philippines UMID.\n9. MLIDPassport: specifies the passport for hong kong (china), macao (china), and taiwan (china) as well as overseas passports.\nThailandIDCard: specifies the thai identity card.\nMainland id card.\n12. SingaporeIDCard: specifies the Singapore id card.\n13. HMTPermit: specifies the hong kong, macau and taiwan travel permit.",
412
411
  "example": "HK",
413
412
  "member": "string",
414
413
  "name": "IdCardType",
@@ -418,7 +417,7 @@
418
417
  {
419
418
  "disabled": false,
420
419
  "document": "The Base64-encoded value of the photo to compare, which is required only when `CheckMode` is set to `2`.",
421
- "example": "",
420
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
422
421
  "member": "string",
423
422
  "name": "CompareImage",
424
423
  "required": false,
@@ -451,6 +450,15 @@
451
450
  "required": false,
452
451
  "type": "bool"
453
452
  },
453
+ {
454
+ "disabled": false,
455
+ "document": "Customize which alarm codes to block. If left blank, all alarm codes will be blocked by default.\nOptional alarm codes are: -9101 (occlusion or incomplete border), -9102 (photocopying), -9103 (screen capture by camera), -9104 (image editing/PS modification), -9107 (glare/reflection), -9108 (blurriness), -9901 (other alarms).",
456
+ "example": "[-9101]",
457
+ "member": "int64",
458
+ "name": "SelectedWarningCodes",
459
+ "required": false,
460
+ "type": "list"
461
+ },
454
462
  {
455
463
  "disabled": false,
456
464
  "document": "A passthrough field, which is returned together with the verification result and can contain up to 1,024 bits.",
@@ -460,6 +468,15 @@
460
468
  "required": false,
461
469
  "type": "string"
462
470
  },
471
+ {
472
+ "disabled": false,
473
+ "document": "BASIC: Basic Version (default).",
474
+ "example": "ENHANCED",
475
+ "member": "string",
476
+ "name": "SdkVersion",
477
+ "required": false,
478
+ "type": "string"
479
+ },
463
480
  {
464
481
  "disabled": false,
465
482
  "document": "This interface is used to control th action sequences.\nAction types are as follows:\n\"blink\"\n\"mouth\"\n\"nod\"\n\"shake\"\nYou can choose 1-2 actions out of the four.\nSingle action example: \"blink\"\nMultiple action example: \"blink,mouth\"\nThe default value is blink. The different action types passed in this parameter take effect only when the SecurityLevel is 2 or 4; otherwise, the interface reports an error.",
@@ -468,6 +485,15 @@
468
485
  "name": "ActionList",
469
486
  "required": false,
470
487
  "type": "string"
488
+ },
489
+ {
490
+ "disabled": false,
491
+ "document": "Whether expired identity documents are permitted to proceed to the liveness detection process. This parameter only takes effect when the document type is Hong Kong Identity Card (HKID).\ntrue (default value): Expired HKID is allowed to enter the liveness process.\nfalse : Expired HKID is rejected and cannot enter the liveness process.",
492
+ "example": "true",
493
+ "member": "bool",
494
+ "name": "AllowExpiredDocument",
495
+ "required": false,
496
+ "type": "bool"
471
497
  }
472
498
  ],
473
499
  "type": "object"
@@ -477,7 +503,7 @@
477
503
  "members": [
478
504
  {
479
505
  "disabled": false,
480
- "document": "The token used to identify an SDK-based verification process. It is valid for 7,200s and can be used to get the verification result after the process is completed.",
506
+ "document": "A token that identifies an SDK verification process. the validity time is 10 minutes. after the process is complete, the token can be used to retrieve the verification result.",
481
507
  "example": "A561B769-C347-4724-A69A-6C3B3483E107",
482
508
  "member": "string",
483
509
  "name": "SdkToken",
@@ -524,10 +550,19 @@
524
550
  "required": false,
525
551
  "type": "string"
526
552
  },
553
+ {
554
+ "disabled": false,
555
+ "document": "The business process ID generated by the console.",
556
+ "example": "1",
557
+ "member": "string",
558
+ "name": "RuleId",
559
+ "required": false,
560
+ "type": "string"
561
+ },
527
562
  {
528
563
  "disabled": false,
529
564
  "document": "The parameter control the page configuration.\nExample: {\"AutoSkip\": true,\"CheckMode\": 1,\"IdCardType\": \"HKIDCard\"}",
530
- "example": "{\"AutoSkip\": true,\"CheckMode\": 1,\"IdCardType\": \"HKIDCard\"}",
565
+ "example": "",
531
566
  "member": "WebVerificationConfigIntl",
532
567
  "name": "Config",
533
568
  "required": false,
@@ -551,7 +586,7 @@
551
586
  },
552
587
  {
553
588
  "disabled": false,
554
- "document": "The token for the web-based verification, which is generated using the ApplyWebVerificationBizTokenIntl API.\nExample: 81EEF678-28EE-4759-A82E-6CBBBE6BC442",
589
+ "document": "A token that identifies a Web verification process, with a validity time of 10 minutes. after the process is complete, the token can be used to obtain the verification result.",
555
590
  "example": "81EEF678-28EE-4759-A82E-6CBBBE6BC442",
556
591
  "member": "string",
557
592
  "name": "BizToken",
@@ -1150,7 +1185,7 @@
1150
1185
  "example": "0",
1151
1186
  "member": "string",
1152
1187
  "name": "ErrorCode",
1153
- "required": true,
1188
+ "output_required": true,
1154
1189
  "type": "string",
1155
1190
  "value_allowed_null": false
1156
1191
  },
@@ -1160,27 +1195,37 @@
1160
1195
  "example": "success",
1161
1196
  "member": "string",
1162
1197
  "name": "ErrorMsg",
1163
- "required": true,
1198
+ "output_required": true,
1164
1199
  "type": "string",
1165
1200
  "value_allowed_null": false
1166
1201
  },
1167
1202
  {
1168
1203
  "disabled": false,
1169
1204
  "document": "The liveness algorithm package generated during this SDK-based liveness detection.",
1170
- "example": "",
1205
+ "example": "{ \"MD5\": \"b2852d5..\", \"Size\": 972506, \"Url\": \"https://faceid-intl-test-1258344699...\" }",
1171
1206
  "member": "FileInfo",
1172
1207
  "name": "LiveData",
1173
- "required": true,
1208
+ "output_required": true,
1174
1209
  "type": "object",
1175
1210
  "value_allowed_null": false
1176
1211
  },
1177
1212
  {
1178
1213
  "disabled": false,
1179
- "document": "The download URL of the video used for verification, which is valid for 10 minutes.",
1180
- "example": "",
1214
+ "document": "The download URL of the video used for verification, which contains specific color reflection effects, is valid for 10 minutes.",
1215
+ "example": "{ \"MD5\": \"24d2fde9b...\", \"Size\": 407308, \"Url\": \"https://faceid-intl-test-1258344699...\" }",
1181
1216
  "member": "FileInfo",
1182
1217
  "name": "LiveVideo",
1183
- "required": true,
1218
+ "output_required": true,
1219
+ "type": "object",
1220
+ "value_allowed_null": false
1221
+ },
1222
+ {
1223
+ "disabled": false,
1224
+ "document": "Records the specific action performed by the user, used for AI Face Shield analysis.",
1225
+ "example": "{ \"MD5\": \"ef179aa94f06b989...\", \"Size\": 191015, \"Url\": \"https://faceid-intl-test-1258344699.com....\" }",
1226
+ "member": "FileInfo",
1227
+ "name": "ActionVideo",
1228
+ "output_required": true,
1184
1229
  "type": "object",
1185
1230
  "value_allowed_null": false
1186
1231
  },
@@ -1190,7 +1235,7 @@
1190
1235
  "example": "0",
1191
1236
  "member": "string",
1192
1237
  "name": "LiveErrorCode",
1193
- "required": true,
1238
+ "output_required": true,
1194
1239
  "type": "string",
1195
1240
  "value_allowed_null": false
1196
1241
  },
@@ -1200,27 +1245,27 @@
1200
1245
  "example": "success",
1201
1246
  "member": "string",
1202
1247
  "name": "LiveErrorMsg",
1203
- "required": true,
1248
+ "output_required": true,
1204
1249
  "type": "string",
1205
1250
  "value_allowed_null": false
1206
1251
  },
1207
1252
  {
1208
1253
  "disabled": false,
1209
1254
  "document": "The download URL of the face screenshot during verification, which is valid for 10 minutes.\nNote: This field may return null, indicating that no valid value can be obtained.",
1210
- "example": "",
1255
+ "example": "{ \"MD5\": \"1c4a918dc..\", \"Size\": 243050, \"Url\": \"https://faceid-intl-test-1258344699...\" }",
1211
1256
  "member": "FileInfo",
1212
1257
  "name": "BestFrame",
1213
- "required": true,
1258
+ "output_required": true,
1214
1259
  "type": "object",
1215
1260
  "value_allowed_null": true
1216
1261
  },
1217
1262
  {
1218
1263
  "disabled": false,
1219
1264
  "document": "The download URL of the profile photo screenshot from the identity document, which is valid for 10 minutes.",
1220
- "example": "",
1265
+ "example": "{ \"MD5\": \"\", \"Size\": 0, \"Url\": \"\" }",
1221
1266
  "member": "FileInfo",
1222
1267
  "name": "ProfileImage",
1223
- "required": true,
1268
+ "output_required": true,
1224
1269
  "type": "object",
1225
1270
  "value_allowed_null": false
1226
1271
  },
@@ -1230,7 +1275,7 @@
1230
1275
  "example": "0",
1231
1276
  "member": "string",
1232
1277
  "name": "CompareErrorCode",
1233
- "required": true,
1278
+ "output_required": true,
1234
1279
  "type": "string",
1235
1280
  "value_allowed_null": true
1236
1281
  },
@@ -1240,7 +1285,7 @@
1240
1285
  "example": "success",
1241
1286
  "member": "string",
1242
1287
  "name": "CompareErrorMsg",
1243
- "required": true,
1288
+ "output_required": true,
1244
1289
  "type": "string",
1245
1290
  "value_allowed_null": true
1246
1291
  },
@@ -1250,7 +1295,7 @@
1250
1295
  "example": "52.77",
1251
1296
  "member": "float",
1252
1297
  "name": "Sim",
1253
- "required": true,
1298
+ "output_required": true,
1254
1299
  "type": "float",
1255
1300
  "value_allowed_null": true
1256
1301
  },
@@ -1260,27 +1305,27 @@
1260
1305
  "example": "true",
1261
1306
  "member": "bool",
1262
1307
  "name": "IsNeedCharge",
1263
- "required": true,
1308
+ "output_required": true,
1264
1309
  "type": "bool",
1265
1310
  "value_allowed_null": false
1266
1311
  },
1267
1312
  {
1268
1313
  "disabled": false,
1269
1314
  "document": "The identity document photo info edited by the user. Currently, this parameter is not applied.\nNote: This field may return null, indicating that no valid values can be obtained.",
1270
- "example": "",
1315
+ "example": "{ \"MD5\": \"\", \"Size\": 0, \"Url\": \"\" }",
1271
1316
  "member": "FileInfo",
1272
1317
  "name": "CardInfoInputJson",
1273
- "required": true,
1318
+ "output_required": true,
1274
1319
  "type": "object",
1275
1320
  "value_allowed_null": true
1276
1321
  },
1277
1322
  {
1278
1323
  "disabled": false,
1279
1324
  "document": "The request ID of this verification process.",
1280
- "example": "",
1325
+ "example": "94127d09-1490-4f23-baa4-1c8f4c0f4194",
1281
1326
  "member": "string",
1282
1327
  "name": "RequestId",
1283
- "required": true,
1328
+ "output_required": true,
1284
1329
  "type": "string",
1285
1330
  "value_allowed_null": false
1286
1331
  }
@@ -1777,7 +1822,7 @@
1777
1822
  {
1778
1823
  "disabled": false,
1779
1824
  "document": "Full Name\nNote: This field may return null, indicating that no valid values can be obtained.",
1780
- "example": "-",
1825
+ "example": "",
1781
1826
  "member": "string",
1782
1827
  "name": "FullName",
1783
1828
  "output_required": true,
@@ -1817,7 +1862,7 @@
1817
1862
  {
1818
1863
  "disabled": false,
1819
1864
  "document": "Age. 0 indicates that no valid information is obtained.\nExample: 0",
1820
- "example": "-",
1865
+ "example": "",
1821
1866
  "member": "string",
1822
1867
  "name": "Age",
1823
1868
  "output_required": true,
@@ -2063,6 +2108,7 @@
2063
2108
  "example": "0",
2064
2109
  "member": "string",
2065
2110
  "name": "Result",
2111
+ "output_required": true,
2066
2112
  "type": "string",
2067
2113
  "value_allowed_null": false
2068
2114
  },
@@ -2072,24 +2118,37 @@
2072
2118
  "example": "Success",
2073
2119
  "member": "string",
2074
2120
  "name": "Description",
2121
+ "output_required": true,
2075
2122
  "type": "string",
2076
2123
  "value_allowed_null": false
2077
2124
  },
2078
2125
  {
2079
2126
  "disabled": false,
2080
2127
  "document": "The best frame screenshot (in Base64) obtained during the verification.",
2081
- "example": "",
2128
+ "example": "AAAAHGZ0eXBtcDQyAAAAAWlzb2...",
2082
2129
  "member": "string",
2083
2130
  "name": "BestFrame",
2131
+ "output_required": true,
2084
2132
  "type": "string",
2085
2133
  "value_allowed_null": false
2086
2134
  },
2087
2135
  {
2088
2136
  "disabled": false,
2089
- "document": "The video file (Base64) for verification.",
2090
- "example": "",
2137
+ "document": "The video file (Base64) for verification.Used for verification, contains specific color reflection effects.",
2138
+ "example": "/9j/4AAQSkZJRgABAQAASABIAAD/4QBMR...",
2091
2139
  "member": "string",
2092
2140
  "name": "Video",
2141
+ "output_required": true,
2142
+ "type": "string",
2143
+ "value_allowed_null": false
2144
+ },
2145
+ {
2146
+ "disabled": false,
2147
+ "document": "Records the specific action performed by the user, used for AI Face Shield analysis.",
2148
+ "example": "...U7xu6UOzmKPxwaXscnaLGLGPG0zl....",
2149
+ "member": "string",
2150
+ "name": "ActionVideo",
2151
+ "output_required": true,
2093
2152
  "type": "string",
2094
2153
  "value_allowed_null": false
2095
2154
  },
@@ -2099,18 +2158,40 @@
2099
2158
  "example": "89.99",
2100
2159
  "member": "float",
2101
2160
  "name": "Similarity",
2161
+ "output_required": true,
2102
2162
  "type": "float",
2103
2163
  "value_allowed_null": true
2104
2164
  },
2105
2165
  {
2106
2166
  "disabled": false,
2107
2167
  "document": "The pass-through parameter.\nNote: This field may return null, indicating that no valid values can be obtained.",
2108
- "example": "",
2168
+ "example": "“extra“",
2109
2169
  "member": "string",
2110
2170
  "name": "Extra",
2171
+ "output_required": true,
2111
2172
  "type": "string",
2112
2173
  "value_allowed_null": true
2113
2174
  },
2175
+ {
2176
+ "disabled": false,
2177
+ "document": "Describe the risk level of the device where the current request is located, with a total of 4 levels. The details are as follows:\n1 - Secure\n2 - Low Risk\n3 - Medium Risk\n4 - High Risk\nEmpty - Risk level not obtained.\nOnly returned for the ENHANCED version, with the default value being empty.",
2178
+ "example": "1",
2179
+ "member": "string",
2180
+ "name": "DeviceInfoLevel",
2181
+ "output_required": false,
2182
+ "type": "string",
2183
+ "value_allowed_null": false
2184
+ },
2185
+ {
2186
+ "disabled": false,
2187
+ "document": "Describes the detailed reason for the current liveness detection failure. Output only when SdkVersion is PLUS. Details are as follows:\n01 - User kept eyes closed throughout the process.\n02 - User failed to complete the specified action.\n03 - Suspected photo replay attack.\n04 - Suspected synthetic image.\n05 - Suspected synthetic video.\n06 - Suspected synthetic action.\n07 - Suspected fraud template.\n08 - Suspected watermark existence.\n09 - Light verification failed.\n10 - Face verification failed.\n11 - Poor face quality.\n12 - Unqualified collection quality.\n13 - Suspected adversarial sample attack.",
2188
+ "example": "[\"04\"]",
2189
+ "member": "string",
2190
+ "name": "LivenessInfoTag",
2191
+ "output_required": false,
2192
+ "type": "list",
2193
+ "value_allowed_null": true
2194
+ },
2114
2195
  {
2115
2196
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2116
2197
  "member": "string",
@@ -2125,7 +2206,7 @@
2125
2206
  "members": [
2126
2207
  {
2127
2208
  "disabled": false,
2128
- "document": "The detection mode. Valid values:\n`liveness`: Liveness detection only.\n`compare`: Selfie verification.\nDefault value: `liveness`.",
2209
+ "document": "The detection mode. Valid values:\n`liveness`: Liveness detection only.\n`compare`: Selfie Verification(liveness detection and face comparison).\nDefault value: `liveness`.",
2129
2210
  "example": "liveness",
2130
2211
  "member": "string",
2131
2212
  "name": "CheckMode",
@@ -2144,7 +2225,7 @@
2144
2225
  {
2145
2226
  "disabled": false,
2146
2227
  "document": "The photo (in Base64) to compare. This parameter is required when the value of `CheckMode` is `compare`.",
2147
- "example": "",
2228
+ "example": "/9j/4AAQSkZJRg.....s97n//2Q==",
2148
2229
  "member": "string",
2149
2230
  "name": "Image",
2150
2231
  "required": false,
@@ -2153,7 +2234,7 @@
2153
2234
  {
2154
2235
  "disabled": false,
2155
2236
  "document": "The pass-through parameter, which can be omitted if there are no special requirements.",
2156
- "example": "",
2237
+ "example": "extra",
2157
2238
  "member": "string",
2158
2239
  "name": "Extra",
2159
2240
  "required": false,
@@ -2167,6 +2248,15 @@
2167
2248
  "name": "ActionList",
2168
2249
  "required": false,
2169
2250
  "type": "string"
2251
+ },
2252
+ {
2253
+ "disabled": false,
2254
+ "document": "BASIC: Basic Version (Default).",
2255
+ "example": "BASIC",
2256
+ "member": "string",
2257
+ "name": "SdkVersion",
2258
+ "required": false,
2259
+ "type": "string"
2170
2260
  }
2171
2261
  ],
2172
2262
  "type": "object"
@@ -2266,7 +2356,7 @@
2266
2356
  {
2267
2357
  "disabled": false,
2268
2358
  "document": "The token used to identify an SDK-based verification process. ",
2269
- "example": "",
2359
+ "example": "41734715-B5D9-4DD8-A0C6-804BE5B45AD1",
2270
2360
  "member": "string",
2271
2361
  "name": "SdkToken",
2272
2362
  "required": true,
@@ -2281,7 +2371,7 @@
2281
2371
  {
2282
2372
  "disabled": false,
2283
2373
  "document": "The result code of the verification result.",
2284
- "example": "",
2374
+ "example": "0",
2285
2375
  "member": "string",
2286
2376
  "name": "Result",
2287
2377
  "output_required": true,
@@ -2291,7 +2381,7 @@
2291
2381
  {
2292
2382
  "disabled": false,
2293
2383
  "document": "The verification result description.",
2294
- "example": "",
2384
+ "example": "success",
2295
2385
  "member": "string",
2296
2386
  "name": "Description",
2297
2387
  "output_required": true,
@@ -2331,13 +2421,23 @@
2331
2421
  {
2332
2422
  "disabled": false,
2333
2423
  "document": "Data passed through in the process of getting the token.",
2334
- "example": "",
2424
+ "example": "\"extra\"",
2335
2425
  "member": "string",
2336
2426
  "name": "Extra",
2337
2427
  "output_required": true,
2338
2428
  "type": "string",
2339
2429
  "value_allowed_null": false
2340
2430
  },
2431
+ {
2432
+ "disabled": false,
2433
+ "document": "Describe the risk level of the device where the current request is located, with a total of 4 levels. The details are as follows:\n1 - Secure\n2 - Low Risk\n3 - Medium Risk\n4 - High Risk\nEmpty - Risk level not obtained.\nOnly returned for the ENHANCED version, with the default value being empty.",
2434
+ "example": "1",
2435
+ "member": "string",
2436
+ "name": "DeviceInfoLevel",
2437
+ "output_required": false,
2438
+ "type": "string",
2439
+ "value_allowed_null": false
2440
+ },
2341
2441
  {
2342
2442
  "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
2343
2443
  "member": "string",
@@ -5553,7 +5653,7 @@
5553
5653
  },
5554
5654
  {
5555
5655
  "disabled": false,
5556
- "document": "Detection mode, parameter values are as follows:\n1: OCR+living detection & face comparison;\n2: Living detection & face comparison;\n3: Living detection;\n4: OCR;\nThe default value is 2.\nExample value: 3",
5656
+ "document": "Detection mode, parameter values are as follows:\n1: OCR+liveness detection & face comparison;\n2: Liveness detection & face comparison;\n3: Liveness detection;\n4: OCR;\nThe default value is 2.\nExample value: 3",
5557
5657
  "example": "1",
5558
5658
  "member": "int64",
5559
5659
  "name": "CheckMode",
@@ -5562,7 +5662,7 @@
5562
5662
  },
5563
5663
  {
5564
5664
  "disabled": false,
5565
- "document": "The type of lisence used for verification. The following types are supported.\n1.HKIDCard: Hong Kong (China) ID card\n2.MLIDCard: Malaysia ID card\n3.IndonesiaIDCard: Indonesia ID card\n4.PhilippinesVoteID: Philippines VoteID card\n5.PhilippinesDrivingLicense: Philippines driving license\n6.PhilippinesTinID: Philippines TinID card\n7.PhilippinesSSSID: Philippines SSSID card\n8.PhilippinesUMID: Philippines UMID card\n9.InternationalIDPassport: ID cards of Hong Kong (China), Macao (China) and Taiwan (China), and international passport.\n10.IndonesiaDrivingLicense:Indonesia driving license\n11.ThailandIDCard: Thailand ID card\n12.ThailandDrivingLicense: Thailand driving license\n13.MLDrivingLicense: Malaysia driving license\n14.SingaporeIDCard: Singapore ID card\n15.SingaporeDrivingLicense: Singapore driving license\n16.JapanIDCard: Japan ID card\n17.JapanDrivingLicense: Japan driving license\n18.PhilippinesIDCard: Philippines ID card\n19.MainlandIDCard: Mainland (China) ID card\n20.MacaoIDCard: Macao (China) ID card\nExample: HKIDCard",
5665
+ "document": "The type of lisence used for verification. The following types are supported.\n1.HKIDCard: Hong Kong (China) ID card\n2.MLIDCard: Malaysia ID card\n3.IndonesialDCard: Indonesia ID card\n4.PhilippinesVoteID: Philippines Vote lD card\n5.PhilippinesDrivingLicense: Philippines driving license\n6.PhilippinesTinID: Philippines TinID card\n7.PhilippinesSSSID: Philippines SSSID card\n8.PhilippinesUMID: Philippines UMID card\n9.InternationallDPassport: ID cards of Hong Kong (China), Macao (China) and Taiwan (China), and international passport.\n10.ThailandIDCard: Thailand ID card\n11.SingaporelDCard: Singapore ID card\n12.MainlandIDCard: Mainland (China) ID card\nExample: HKIDCard",
5566
5666
  "example": "HKIDCard",
5567
5667
  "member": "string",
5568
5668
  "name": "IDCardType",
@@ -5607,7 +5707,7 @@
5607
5707
  },
5608
5708
  {
5609
5709
  "disabled": false,
5610
- "document": "Front-end theme color, in the format of RGB hexadecimal color code. The default value is \"#2d72+1\". If the format is incorrect, the default value color will be used.",
5710
+ "document": "Front-end theme color, in the format of RGB hexadecimal color code. The default value is \"#2d72f1\". If the format is incorrect, the default value color will be used. ",
5611
5711
  "example": "#2d72f1",
5612
5712
  "member": "string",
5613
5713
  "name": "ThemeColor",
@@ -5649,6 +5749,33 @@
5649
5749
  "name": "LivenessRetryLimit",
5650
5750
  "required": false,
5651
5751
  "type": "int"
5752
+ },
5753
+ {
5754
+ "disabled": false,
5755
+ "document": "Specifies the liveness detection timeout period in seconds. value range: (0,600].",
5756
+ "example": "45",
5757
+ "member": "uint64",
5758
+ "name": "LivenessTimeout",
5759
+ "required": false,
5760
+ "type": "int"
5761
+ },
5762
+ {
5763
+ "disabled": false,
5764
+ "document": "Selects OCR alarms requiring attention. When an OCR Alarm occurs, the identity verification process will be interrupted. Default value is empty, indicating all alarms are monitored. This feature requires the parameter DisableCheckOcrWarnings=false. If the Alarm is disabled, this parameter will not be effective.",
5765
+ "example": "-9104,-9105",
5766
+ "member": "string",
5767
+ "name": "SelectedWarningCodes",
5768
+ "required": false,
5769
+ "type": "string"
5770
+ },
5771
+ {
5772
+ "disabled": false,
5773
+ "document": "Whether expired identity documents are permitted to proceed to the liveness detection process. This parameter only takes effect when the document type is Hong Kong Identity Card (HKID).\ntrue (default value): Expired HKID is allowed to enter the liveness process.\nfalse : Expired HKID is rejected and cannot enter the liveness process.",
5774
+ "example": "true",
5775
+ "member": "bool",
5776
+ "name": "AllowExpiredDocument",
5777
+ "required": false,
5778
+ "type": "bool"
5652
5779
  }
5653
5780
  ],
5654
5781
  "usage": "in"
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "document": " ",
14
14
  "input": "POST / HTTP/1.1\nHost: faceid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ApplyLivenessToken\n<Common request parameters>\n\n{\n \"SecureLevel\": \"1\"\n}",
15
- "output": "{\n \"Response\": {\n \"SdkToken\": \"A561B769-C347-4724-A69A-6C3B3483E107\",\n \"RequestId\": \"d73c0c05-f7ff-419c-84cb-0756303b1925\"\n }\n}",
15
+ "output": "{\n \"Response\": {\n \"SdkToken\": \"A561B769-C347-4724-A69A-6C3B3483E107\",\n \"RequestId\": \"d73c0c05-f7ff-419c-84cb-0756303b1934\"\n }\n}",
16
16
  "title": "Applying for a token"
17
17
  }
18
18
  ],
@@ -56,7 +56,7 @@
56
56
  {
57
57
  "document": "Liveness detection failed, the specified action was not detected.",
58
58
  "input": "POST / HTTP/1.1\nHost: faceid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CompareFaceLiveness\n<Common request parameters>\n\n{\n \"ImageBase64\": \"iVBORw0KGg...s97n//2Q==\",\n \"VideoBase64\": \"AAAAGGZ0eX...AAwAAAAEecg=\",\n \"LivenessType\": \"ACTION\",\n \"ValidateData\": \"4,2\"\n}",
59
- "output": "{\n \"Response\": {\n \"Result\": \"FailedOperation.ActionFirstAction\",\n \"Description\": \"The first motion is not detected.\",\n \"Sim\": 0,\n \"BestFrameBase64\": \"/9j/4AAQSk...W/M7/M/9k=\",\n \"RequestId\": \"df5afd82-6469-4a4a-bd62-debf8c2ef94f\"\n }\n}",
59
+ "output": "{\n \"Response\": {\n \"Result\": \"FailedOperation.ActionFirstAction\",\n \"Description\": \"The first motion is not detected.\",\n \"Sim\": 0,\n \"BestFrameBase64\": \"/9j/4AAQSk...W/M7/M/9k=\",\n \"RequestId\": \"df5afd82-6469-4a4a-bd62-debf8c2ef94e\"\n }\n}",
60
60
  "title": "Liveness detection failed, the specified action was not detected."
61
61
  }
62
62
  ],
@@ -122,7 +122,7 @@
122
122
  ],
123
123
  "GetFaceIdTokenIntl": [
124
124
  {
125
- "document": "\t\nThis example shows you how to apply for an SDK-based verification token.",
125
+ "document": "This example shows you how to apply for an SDK-based verification token.",
126
126
  "input": "POST / HTTP/1.1\nHost: faceid.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetFaceIdTokenIntl\n<Common request parameters>\n\n{\n \"CheckMode\": \"liveness\",\n \"SecureLevel\": \"4\",\n \"Extra\": \"idxxxx\"\n}",
127
127
  "output": "{\n \"Response\": {\n \"RequestId\": \"c27f8a53-1766-4d62-84fc-c400843e9e21\",\n \"SdkToken\": \"91BF5AD0-C5C9-41CC-9562-DB35BBA2712D\"\n }\n}",
128
128
  "title": "Applying for a token"