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
@@ -0,0 +1,566 @@
1
+ {
2
+ "actions": {
3
+ "QueryHunyuan3DPartJob": {
4
+ "document": "This API is used to query the generation task of a component.",
5
+ "input": "QueryHunyuan3DPartJobRequest",
6
+ "name": "Queries a component generation task",
7
+ "output": "QueryHunyuan3DPartJobResponse",
8
+ "status": "online"
9
+ },
10
+ "QueryHunyuanTo3DProJob": {
11
+ "document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model and input text descriptions/images.\nThis API is used to provide 3 concurrent tasks by default, which can process 3 submitted tasks simultaneously. The next task can be processed only after the previous task is completed.",
12
+ "input": "QueryHunyuanTo3DProJobRequest",
13
+ "name": "Query a hunyuan 3D pro edition task",
14
+ "output": "QueryHunyuanTo3DProJobResponse",
15
+ "status": "online"
16
+ },
17
+ "QueryHunyuanTo3DRapidJob": {
18
+ "document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model with input text descriptions or images.\nThis API is used to provide 1 concurrent task by default, which means only 1 submitted task can be processed simultaneously. The next task can be processed only after the previous task is completed.",
19
+ "input": "QueryHunyuanTo3DRapidJobRequest",
20
+ "name": "Query a hunyuan 3D ultra-fast version task",
21
+ "output": "QueryHunyuanTo3DRapidJobResponse",
22
+ "status": "online"
23
+ },
24
+ "SubmitHunyuan3DPartJob": {
25
+ "document": "This API is used to automatically perform component identification and generation based on the model structure after inputting a 3D model file.",
26
+ "input": "SubmitHunyuan3DPartJobRequest",
27
+ "name": "Submit component generation task",
28
+ "output": "SubmitHunyuan3DPartJobResponse",
29
+ "status": "online"
30
+ },
31
+ "SubmitHunyuanTo3DProJob": {
32
+ "document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model and input text descriptions/images.\nThis API is used to provide 3 concurrent tasks by default. Up to 3 submitted tasks can be processed simultaneously. A new task can be processed only after the previous one is completed.",
33
+ "input": "SubmitHunyuanTo3DProJobRequest",
34
+ "name": "Submit hunyuan 3D pro edition task",
35
+ "output": "SubmitHunyuanTo3DProJobResponse",
36
+ "status": "online"
37
+ },
38
+ "SubmitHunyuanTo3DRapidJob": {
39
+ "document": "This API is used to intelligently generate 3D content based on the HunYuan Large Model with input text descriptions or images.\nThis API is used to provide 1 concurrent task by default, which means only 1 submitted task can be processed simultaneously. The next task can be processed only after the previous task is completed.",
40
+ "input": "SubmitHunyuanTo3DRapidJobRequest",
41
+ "name": "Submit hunyuan 3D ultra-fast version task",
42
+ "output": "SubmitHunyuanTo3DRapidJobResponse",
43
+ "status": "online"
44
+ }
45
+ },
46
+ "metadata": {
47
+ "apiVersion": "2023-09-01",
48
+ "serviceNameCN": "腾讯混元大模型",
49
+ "serviceShortName": "hunyuan"
50
+ },
51
+ "objects": {
52
+ "File3D": {
53
+ "document": "3D file.",
54
+ "members": [
55
+ {
56
+ "disabled": false,
57
+ "document": "3D file format. valid values: GIF, OBJ.",
58
+ "example": "GIF",
59
+ "member": "string",
60
+ "name": "Type",
61
+ "output_required": false,
62
+ "required": false,
63
+ "type": "string",
64
+ "value_allowed_null": false
65
+ },
66
+ {
67
+ "disabled": false,
68
+ "document": "Specifies the file Url (valid for 24 hours).",
69
+ "example": "https://cos.ap-guangzhou.myqcloud.com/gif.gif",
70
+ "member": "string",
71
+ "name": "Url",
72
+ "output_required": false,
73
+ "required": false,
74
+ "type": "string",
75
+ "value_allowed_null": false
76
+ },
77
+ {
78
+ "disabled": false,
79
+ "document": "Preview image Url.",
80
+ "example": "https://cos.ap-guangzhou.myqcloud.com/image.png",
81
+ "member": "string",
82
+ "name": "PreviewImageUrl",
83
+ "output_required": false,
84
+ "required": false,
85
+ "type": "string",
86
+ "value_allowed_null": false
87
+ }
88
+ ],
89
+ "usage": "both"
90
+ },
91
+ "InputFile3D": {
92
+ "document": "3D file.",
93
+ "members": [
94
+ {
95
+ "disabled": false,
96
+ "document": "Specifies the file Url with a valid period of 24 hours.\t",
97
+ "example": "https://cos.ap-guangzhou.myqcloud.com/obj.obj\t",
98
+ "member": "string",
99
+ "name": "Url",
100
+ "required": true,
101
+ "type": "string"
102
+ },
103
+ {
104
+ "disabled": false,
105
+ "document": "Specifies the file format.\t",
106
+ "example": "OBJ",
107
+ "member": "string",
108
+ "name": "Type",
109
+ "required": true,
110
+ "type": "string"
111
+ }
112
+ ],
113
+ "usage": "in"
114
+ },
115
+ "QueryHunyuan3DPartJobRequest": {
116
+ "document": "QueryHunyuan3DPartJob request structure.",
117
+ "members": [
118
+ {
119
+ "disabled": false,
120
+ "document": "Task ID.\t",
121
+ "example": "1376862528873414656",
122
+ "member": "string",
123
+ "name": "JobId",
124
+ "required": true,
125
+ "type": "string"
126
+ }
127
+ ],
128
+ "type": "object"
129
+ },
130
+ "QueryHunyuan3DPartJobResponse": {
131
+ "document": "QueryHunyuan3DPartJob response structure.",
132
+ "members": [
133
+ {
134
+ "disabled": false,
135
+ "document": "Task status. WAIT: waiting; RUN: running; FAIL: failed; DONE: successful. example value: RUN.\t",
136
+ "example": "WAIT",
137
+ "member": "string",
138
+ "name": "Status",
139
+ "output_required": false,
140
+ "type": "string",
141
+ "value_allowed_null": false
142
+ },
143
+ {
144
+ "disabled": false,
145
+ "document": "Error code.\t",
146
+ "example": "InvalidParameter",
147
+ "member": "string",
148
+ "name": "ErrorCode",
149
+ "output_required": false,
150
+ "type": "string",
151
+ "value_allowed_null": false
152
+ },
153
+ {
154
+ "disabled": false,
155
+ "document": "Error message.\t",
156
+ "example": "参数错误。\t",
157
+ "member": "string",
158
+ "name": "ErrorMessage",
159
+ "output_required": false,
160
+ "type": "string",
161
+ "value_allowed_null": false
162
+ },
163
+ {
164
+ "disabled": false,
165
+ "document": "Generates the file URL with a valid period of 1 day.\t",
166
+ "example": "无",
167
+ "member": "File3D",
168
+ "name": "ResultFile3Ds",
169
+ "output_required": false,
170
+ "type": "list",
171
+ "value_allowed_null": false
172
+ },
173
+ {
174
+ "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.",
175
+ "member": "string",
176
+ "name": "RequestId",
177
+ "type": "string"
178
+ }
179
+ ],
180
+ "type": "object"
181
+ },
182
+ "QueryHunyuanTo3DProJobRequest": {
183
+ "document": "QueryHunyuanTo3DProJob request structure.",
184
+ "members": [
185
+ {
186
+ "disabled": false,
187
+ "document": "Task ID.",
188
+ "example": "1357237233311637504",
189
+ "member": "string",
190
+ "name": "JobId",
191
+ "required": true,
192
+ "type": "string"
193
+ }
194
+ ],
195
+ "type": "object"
196
+ },
197
+ "QueryHunyuanTo3DProJobResponse": {
198
+ "document": "QueryHunyuanTo3DProJob response structure.",
199
+ "members": [
200
+ {
201
+ "disabled": false,
202
+ "document": "Task status. WAIT: waiting; RUN: running; FAIL: failed; DONE: successful.",
203
+ "example": "DONE",
204
+ "member": "string",
205
+ "name": "Status",
206
+ "output_required": false,
207
+ "type": "string",
208
+ "value_allowed_null": false
209
+ },
210
+ {
211
+ "disabled": false,
212
+ "document": "Error code",
213
+ "example": "InvalidParameter",
214
+ "member": "string",
215
+ "name": "ErrorCode",
216
+ "output_required": false,
217
+ "type": "string",
218
+ "value_allowed_null": false
219
+ },
220
+ {
221
+ "disabled": false,
222
+ "document": "Error message",
223
+ "example": "参数错误。",
224
+ "member": "string",
225
+ "name": "ErrorMessage",
226
+ "output_required": false,
227
+ "type": "string",
228
+ "value_allowed_null": false
229
+ },
230
+ {
231
+ "disabled": false,
232
+ "document": "Describes the generated 3d file array.",
233
+ "example": "无",
234
+ "member": "File3D",
235
+ "name": "ResultFile3Ds",
236
+ "output_required": false,
237
+ "type": "list",
238
+ "value_allowed_null": false
239
+ },
240
+ {
241
+ "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.",
242
+ "member": "string",
243
+ "name": "RequestId",
244
+ "type": "string"
245
+ }
246
+ ],
247
+ "type": "object"
248
+ },
249
+ "QueryHunyuanTo3DRapidJobRequest": {
250
+ "document": "QueryHunyuanTo3DRapidJob request structure.",
251
+ "members": [
252
+ {
253
+ "disabled": false,
254
+ "document": "Task ID.\t",
255
+ "example": "1315932989749215232",
256
+ "member": "string",
257
+ "name": "JobId",
258
+ "required": false,
259
+ "type": "string"
260
+ }
261
+ ],
262
+ "type": "object"
263
+ },
264
+ "QueryHunyuanTo3DRapidJobResponse": {
265
+ "document": "QueryHunyuanTo3DRapidJob response structure.",
266
+ "members": [
267
+ {
268
+ "disabled": false,
269
+ "document": "Task status. WAIT: waiting; RUN: running; FAIL: failed; DONE: successful.\t",
270
+ "example": "RUN",
271
+ "member": "string",
272
+ "name": "Status",
273
+ "output_required": false,
274
+ "type": "string",
275
+ "value_allowed_null": false
276
+ },
277
+ {
278
+ "disabled": false,
279
+ "document": "Error code",
280
+ "example": "InvalidParameter",
281
+ "member": "string",
282
+ "name": "ErrorCode",
283
+ "output_required": false,
284
+ "type": "string",
285
+ "value_allowed_null": false
286
+ },
287
+ {
288
+ "disabled": false,
289
+ "document": "Error message\t",
290
+ "example": "参数错误\t",
291
+ "member": "string",
292
+ "name": "ErrorMessage",
293
+ "output_required": false,
294
+ "type": "string",
295
+ "value_allowed_null": false
296
+ },
297
+ {
298
+ "disabled": false,
299
+ "document": "Specifies the generated 3D file array.\t",
300
+ "example": "无",
301
+ "member": "File3D",
302
+ "name": "ResultFile3Ds",
303
+ "output_required": false,
304
+ "type": "list",
305
+ "value_allowed_null": false
306
+ },
307
+ {
308
+ "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.",
309
+ "member": "string",
310
+ "name": "RequestId",
311
+ "type": "string"
312
+ }
313
+ ],
314
+ "type": "object"
315
+ },
316
+ "SubmitHunyuan3DPartJobRequest": {
317
+ "document": "SubmitHunyuan3DPartJob request structure.",
318
+ "members": [
319
+ {
320
+ "disabled": false,
321
+ "document": "Recommends inputting 3D models generated by AIGC. recommended file size ≤100MB. face count ≤1,500,000. only supports FBX format.",
322
+ "example": "无",
323
+ "member": "InputFile3D",
324
+ "name": "File",
325
+ "required": false,
326
+ "type": "object"
327
+ }
328
+ ],
329
+ "type": "object"
330
+ },
331
+ "SubmitHunyuan3DPartJobResponse": {
332
+ "document": "SubmitHunyuan3DPartJob response structure.",
333
+ "members": [
334
+ {
335
+ "disabled": false,
336
+ "document": "Task id (valid period: 24 hours).",
337
+ "example": "1384898587778465792",
338
+ "member": "string",
339
+ "name": "JobId",
340
+ "output_required": false,
341
+ "type": "string",
342
+ "value_allowed_null": false
343
+ },
344
+ {
345
+ "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.",
346
+ "member": "string",
347
+ "name": "RequestId",
348
+ "type": "string"
349
+ }
350
+ ],
351
+ "type": "object"
352
+ },
353
+ "SubmitHunyuanTo3DProJobRequest": {
354
+ "document": "SubmitHunyuanTo3DProJob request structure.",
355
+ "members": [
356
+ {
357
+ "disabled": false,
358
+ "document": "Generates 3D content, describes 3D content.\nSupports up to 1024 utf-8 characters.\nText-To-3D. Specifies either ImageBase64/ImageUrl or Prompt is required. Prompt and ImageBase64/ImageUrl cannot coexist.",
359
+ "example": "1",
360
+ "member": "string",
361
+ "name": "Prompt",
362
+ "required": false,
363
+ "type": "string"
364
+ },
365
+ {
366
+ "disabled": false,
367
+ "document": "Enter the Base64 code of the image.\nSize: specifies the unilateral resolution requirement, not less than 128 and not greater than 5000. size should not exceed 8m (after encoding, it increases by about 30%, recommend actual input image size no more than 6m).\nInput image suggestion:\n1.Simple background (solid-color background) \n2.No text or blended colors\n3.Single object\n4.The object occupies over 50% of the frame\nValid values: jpg, png, jpeg, webp.\nSpecifies either ImageBase64/ImageUrl or Prompt is required. Prompt and ImageBase64/ImageUrl cannot coexist.",
368
+ "example": "1",
369
+ "member": "string",
370
+ "name": "ImageBase64",
371
+ "required": false,
372
+ "type": "string"
373
+ },
374
+ {
375
+ "disabled": false,
376
+ "document": "Input image Url.\nSize: specifies the unilateral resolution requirement, not less than 128 and not greater than 5000. size should not exceed 8m (after encoding, it increases by about 30%, recommend actual input image size no more than 6m).\nInput image suggestion:\n1.Simple background (solid-color background) \n2.No text or blended colors\n3.Single object\n4.The object occupies over 50% of the frame\nValid values: jpg, png, jpeg, webp.\nSpecifies either ImageBase64/ImageUrl or Prompt is required. Prompt and ImageBase64/ImageUrl cannot coexist.",
377
+ "example": "1",
378
+ "member": "string",
379
+ "name": "ImageUrl",
380
+ "required": false,
381
+ "type": "string"
382
+ },
383
+ {
384
+ "disabled": false,
385
+ "document": "Multi-Perspective model image. reference value for viewing angle:.\nleft view.\nright view.\nback view.\n\nEach perspective is limited to one image.\nImage size limit. the value must not exceed 8 mb after encoding.\nImage resolution limitation: the unilateral resolution should be less than 5000 and greater than 128.\nSupported image format: JPG or PNG",
386
+ "example": "无",
387
+ "member": "ViewImage",
388
+ "name": "MultiViewImages",
389
+ "required": false,
390
+ "type": "list"
391
+ },
392
+ {
393
+ "disabled": false,
394
+ "document": "Specifies whether PBR material generation is enabled. default false.",
395
+ "example": "true",
396
+ "member": "bool",
397
+ "name": "EnablePBR",
398
+ "required": false,
399
+ "type": "bool"
400
+ },
401
+ {
402
+ "disabled": false,
403
+ "document": "Specifies the face count for 3D model generation. default value is 500000.\nSpecifies the supported face count generation range. value range: 40000-1500000.",
404
+ "example": "400000",
405
+ "member": "int64",
406
+ "name": "FaceCount",
407
+ "required": false,
408
+ "type": "int"
409
+ },
410
+ {
411
+ "disabled": false,
412
+ "document": "Generation task type. default: Normal. valid values:.\nNormal: generates a geometric model with textures.\nLowPoly: specifies the model generated after intelligent polygon reduction.\nGeometry: specifies whether to generate a Geometry model without textures (white model). when this task is selected, the EnablePBR parameter does not take effect.\nSpecifies the Sketch for the generative model, allowing input of a Sketch or line drawing. in this mode, both prompt and ImageUrl/ImageBase64 can be entered together.",
413
+ "example": "Normal",
414
+ "member": "string",
415
+ "name": "GenerateType",
416
+ "required": false,
417
+ "type": "string"
418
+ },
419
+ {
420
+ "disabled": false,
421
+ "document": "This parameter only takes effect when LowPoly mode is selected from GenerateType.\n\nPolygon type, indicates the number of sides in the model's surface grid, defaults to triangle. valid values:.\ntriangle. specifies the triangular face.\nquadrilateral: mix quadrangle and triangle faces to generate.",
422
+ "example": "triangle",
423
+ "member": "string",
424
+ "name": "PolygonType",
425
+ "required": false,
426
+ "type": "string"
427
+ }
428
+ ],
429
+ "type": "object"
430
+ },
431
+ "SubmitHunyuanTo3DProJobResponse": {
432
+ "document": "SubmitHunyuanTo3DProJob response structure.",
433
+ "members": [
434
+ {
435
+ "disabled": false,
436
+ "document": "Task ID (valid period: 24 hours).",
437
+ "example": "1357237233311637504",
438
+ "member": "string",
439
+ "name": "JobId",
440
+ "output_required": false,
441
+ "type": "string",
442
+ "value_allowed_null": false
443
+ },
444
+ {
445
+ "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.",
446
+ "member": "string",
447
+ "name": "RequestId",
448
+ "type": "string"
449
+ }
450
+ ],
451
+ "type": "object"
452
+ },
453
+ "SubmitHunyuanTo3DRapidJobRequest": {
454
+ "document": "SubmitHunyuanTo3DRapidJob request structure.",
455
+ "members": [
456
+ {
457
+ "disabled": false,
458
+ "document": "Text-To-3D, description of 3D content, forward Prompt content. supports up to 200 utf-8 characters. either ImageBase64, ImageUrl, or Prompt is required, and Prompt cannot coexist with ImageBase64/ImageUrl.\t",
459
+ "example": "一只小猫",
460
+ "member": "string",
461
+ "name": "Prompt",
462
+ "required": false,
463
+ "type": "string"
464
+ },
465
+ {
466
+ "disabled": false,
467
+ "document": "Input image Base64 data. size: unilateral resolution requirement not less than 128, not greater than 5000, size ≤6m (after encoding, size increases by approximately 30%). format: jpg, png, jpeg, webp. imagebase64, imageurl, and Prompt are required, but Prompt and imagebase64/imageurl cannot coexist.\t",
468
+ "example": "/9j/4QlQaHR0c...N6a2M5ZCI\t",
469
+ "member": "string",
470
+ "name": "ImageBase64",
471
+ "required": false,
472
+ "type": "string"
473
+ },
474
+ {
475
+ "disabled": false,
476
+ "document": "Input image Url. size: unilateral resolution requirement not less than 128, not greater than 5000. size ≤8m. format: jpg, png, jpeg, webp. imagebase64, imageurl, and Prompt are required, and Prompt cannot coexist with imagebase64/imageurl.\t",
477
+ "example": "https://***.cos.ap-guangzhou.myqcloud.com/***.jpg\t",
478
+ "member": "string",
479
+ "name": "ImageUrl",
480
+ "required": false,
481
+ "type": "string"
482
+ },
483
+ {
484
+ "disabled": false,
485
+ "document": "Specifies whether PBR material generation is enabled, false by default.\t",
486
+ "example": "false",
487
+ "member": "bool",
488
+ "name": "EnablePBR",
489
+ "required": false,
490
+ "type": "bool"
491
+ },
492
+ {
493
+ "disabled": false,
494
+ "document": "Specifies whether to enable the single geometry generation option. when enabled, it generates a 3D model without textures (white model). enabled, the generative model does not support OBJ format. default model file format is GLB.\t",
495
+ "example": "false",
496
+ "member": "bool",
497
+ "name": "EnableGeometry",
498
+ "required": false,
499
+ "type": "bool"
500
+ }
501
+ ],
502
+ "type": "object"
503
+ },
504
+ "SubmitHunyuanTo3DRapidJobResponse": {
505
+ "document": "SubmitHunyuanTo3DRapidJob response structure.",
506
+ "members": [
507
+ {
508
+ "disabled": false,
509
+ "document": "Task ID (valid period: 24 hours).\t",
510
+ "example": "1315932989749215232",
511
+ "member": "string",
512
+ "name": "JobId",
513
+ "output_required": false,
514
+ "type": "string",
515
+ "value_allowed_null": false
516
+ },
517
+ {
518
+ "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.",
519
+ "member": "string",
520
+ "name": "RequestId",
521
+ "type": "string"
522
+ }
523
+ ],
524
+ "type": "object"
525
+ },
526
+ "ViewImage": {
527
+ "document": "Multi-Perspective images.",
528
+ "members": [
529
+ {
530
+ "disabled": false,
531
+ "document": "Specifies the viewing angle type.\nValid values: back, left, right.",
532
+ "example": "back",
533
+ "member": "string",
534
+ "name": "ViewType",
535
+ "output_required": false,
536
+ "required": false,
537
+ "type": "string",
538
+ "value_allowed_null": false
539
+ },
540
+ {
541
+ "disabled": false,
542
+ "document": "Image Url.",
543
+ "example": "https://cos.ap-guangzhou.myqcloud.com/image.jpg",
544
+ "member": "string",
545
+ "name": "ViewImageUrl",
546
+ "output_required": false,
547
+ "required": false,
548
+ "type": "string",
549
+ "value_allowed_null": false
550
+ },
551
+ {
552
+ "disabled": false,
553
+ "document": "base64 address of the image.",
554
+ "example": "/9j/4QlQaHR0c...N6a2M5ZCI",
555
+ "member": "string",
556
+ "name": "ViewImageBase64",
557
+ "output_required": false,
558
+ "required": false,
559
+ "type": "string",
560
+ "value_allowed_null": false
561
+ }
562
+ ],
563
+ "usage": "both"
564
+ }
565
+ }
566
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "actions": {
3
+ "QueryHunyuan3DPartJob": [
4
+ {
5
+ "document": "",
6
+ "input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryHunyuan3DPartJob\n<Common request parameters>\n\n{\n \"JobId\": \"1315932989749215232\"\n}",
7
+ "output": "{\n \"Response\": {\n \"ErrorCode\": \"\",\n \"ErrorMessage\": \"\",\n \"RequestId\": \"5fec6e4d-9780-4372-815a-15490cb2ed5a\",\n \"ResultFile3Ds\": [\n {\n \"Type\": \"OBJ\",\n \"Url\": \"https://cos.ap-guangzhou.tencentcos.cn/xxx.obj\"\n },\n {\n \"Type\": \"FBX\",\n \"Url\": \"https://cos.ap-guangzhou.tencentcos.cn/xxx.fbx\"\n },\n {\n \"Type\": \"IMAGE\",\n \"Url\": \"https://cos.ap-guangzhou.tencentcos.cn/xxx.png\"\n }\n ],\n \"Status\": \"DONE\"\n }\n}",
8
+ "title": "Splitting the Task of Query Component"
9
+ }
10
+ ],
11
+ "QueryHunyuanTo3DProJob": [
12
+ {
13
+ "document": "",
14
+ "input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryHunyuanTo3DProJob\n<Common request parameters>\n\n{\n \"JobId\": \"1375367755519696896\"\n}",
15
+ "output": "{\n \"Response\": {\n \"ErrorCode\": \"\",\n \"ErrorMessage\": \"\",\n \"RequestId\": \"e7c1aa24-7bcc-405e-9dce-c6047b9f6688\",\n \"ResultFile3Ds\": [],\n \"Status\": \"RUN\"\n }\n}",
16
+ "title": "Querying a 3D Task"
17
+ }
18
+ ],
19
+ "QueryHunyuanTo3DRapidJob": [
20
+ {
21
+ "document": "",
22
+ "input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryHunyuanTo3DRapidJob\n<Common request parameters>\n\n{\n \"JobId\": \"1336255233494892544\"\n}",
23
+ "output": "{\n \"Response\": {\n \"ErrorCode\": \"\",\n \"ErrorMessage\": \"\",\n \"RequestId\": \"3020cd6c-4ad6-4df3-8560-c233f35d6221\",\n \"ResultFile3Ds\": [\n {\n \"PreviewImageUrl\": \"https://xxx.cos.ap-guangzhou.tencentcos.cn/xxx.png\",\n \"Type\": \"OBJ\",\n \"Url\": \"https:/xxx.cos.ap-guangzhou.tencentcos.cn/xxx.zip\"\n }\n ],\n \"Status\": \"DONE\"\n }\n}",
24
+ "title": "Query Task Sample Call"
25
+ }
26
+ ],
27
+ "SubmitHunyuan3DPartJob": [
28
+ {
29
+ "document": "",
30
+ "input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitHunyuan3DPartJob\n<Common request parameters>\n\n{\n \"File\": {\n \"Type\": \"FBX\",\n \"Url\": \"https://vcg-test-1258344699.cos.ap-guangzhou.myqcloud.com/test/3d/test.fbx\"\n }\n}",
31
+ "output": "{\n \"Response\": {\n \"JobId\": \"1384898587778465792\",\n \"RequestId\": \"5265eb4a-0f4f-4cb1-9b3d-d9f1fb9347d2\"\n }\n}",
32
+ "title": "Submitting a Component Splitting Task Example"
33
+ }
34
+ ],
35
+ "SubmitHunyuanTo3DProJob": [
36
+ {
37
+ "document": "",
38
+ "input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitHunyuanTo3DProJob\n<Common request parameters>\n\n{\n \"Prompt\": \"A cat\"\n}",
39
+ "output": "{\n \"Response\": {\n \"JobId\": \"1375367755519696896\",\n \"RequestId\": \"13f47dd0-1af9-4383-b401-dae18d6e99fc\"\n }\n}",
40
+ "title": "Submitting a 3D Task"
41
+ }
42
+ ],
43
+ "SubmitHunyuanTo3DRapidJob": [
44
+ {
45
+ "document": "",
46
+ "input": "POST / HTTP/1.1\nHost: hunyuan.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SubmitHunyuanTo3DRapidJob\n<Common request parameters>\n\n{\n \"ImageUrl\": \"https://***.cos.ap-guangzhou.myqcloud.com/***.jpg\"\n}",
47
+ "output": "{\n \"Response\": {\n \"JobId\": \"1335141824121323520\",\n \"RequestId\": \"5f84f1df-7a29-4f93-8dc0-d9e6dea6bff9\"\n }\n}",
48
+ "title": "Submitting a Task Call Example"
49
+ }
50
+ ]
51
+ }
52
+ }