tencent cloud

QueryHunyuanTo3DProJob
Last updated: 2025-12-15 15:23:24
QueryHunyuanTo3DProJob
Last updated: 2025-12-15 15:23:24

1. API Description

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.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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.

3. Output Parameters

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.

4. Example

Example1 Querying a 3D Task

Input Example

POST / HTTP/1.1
Host: hunyuan.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: QueryHunyuanTo3DProJob
<Common request parameters>

{
    "JobId": "1375367755519696896"
}

Output Example

{
    "Response": {
        "ErrorCode": "",
        "ErrorMessage": "",
        "RequestId": "e7c1aa24-7bcc-405e-9dce-c6047b9f6688",
        "ResultFile3Ds": [],
        "Status": "RUN"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback