Domain name for API request: hunyuan.intl.tencentcloudapi.com.
This API is used to intelligently generate 3D content based on the HunYuan Large Model and input text descriptions/images.
This 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.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: QueryHunyuanTo3DProJob. |
| Version | Yes | String | Common Params. The value used for this API: 2023-09-01. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| JobId | Yes | String | Task ID. |
| Parameter Name | Type | Description |
|---|---|---|
| Status | String | Task status. WAIT: waiting; RUN: running; FAIL: failed; DONE: successful. |
| ErrorCode | String | Error code |
| ErrorMessage | String | Error message |
| ResultFile3Ds | Array of File3D | Describes the generated 3d file array. |
| RequestId | String | 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. |
POST / HTTP/1.1
Host: hunyuan.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: QueryHunyuanTo3DProJob
<Common request parameters>
{
"JobId": "1375367755519696896"
}{
"Response": {
"ErrorCode": "",
"ErrorMessage": "",
"RequestId": "e7c1aa24-7bcc-405e-9dce-c6047b9f6688",
"ResultFile3Ds": [],
"Status": "RUN"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Feedback