Overview
Menu

QueryHunyuan3DTask

Last updated: 2026-09-01 19:10:45Download PDF

1. API Description

Domain name for API request: mps.intl.tencentcloudapi.com.

Query the result corresponding to a Hunyuan3D task.

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 NameRequiredTypeDescription
ActionYesStringCommon Params. The value used for this API: QueryHunyuan3DTask.
VersionYesStringCommon Params. The value used for this API: 2019-06-12.
RegionNoStringCommon Params. This parameter is not required for this API.
TaskIdNoString

Task ID.

3. Output Parameters

Parameter NameTypeDescription
StatusString

Task status

Enumeration values:

  • WAIT: Queued, waiting to execute
  • RUN: In progress
  • DONE: Successfully completed, ResultFile3Ds has a value
  • FAIL: Failed, ErrorCode / ErrorMessage has a value
ProgressInteger

Progress percentage, 0-100. 0 if unknown; should be 100 when DONE; retains the last known value on FAIL

ErrorCodeString

Only available when Status=FAIL. String error code (for example, InternalError.ModelInference)

ErrorMessageString

Only has a value when Status=FAIL, detailed copywriting

ResultFile3DsArray of File3D

Only has a value when Status=DONE. List of output files

RequestIdStringThe 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 The task does not exist

Input Example

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

{
    "TaskId": "4deda860-a9a0-47e3-81f1-00cadf02a44c"
}

Output Example

{
    "Response": {
        "ErrorCode": "ResourceNotFound.TaskId",
        "ErrorMessage": "task not found or expired",
        "RequestId": "cec25a1e-0875-44f0-87da-2a1ebabee48b"
    }
}

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.