tencent cloud

APIs

SubmitConvert3DFormatJob

Focus Mode
Font Size
Last updated: 2026-04-09 17:21:13

1. API Description

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

After inputting the 3D model file, the system will automatically convert it to the required format. The maximum supported file size is 200MB.

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: SubmitConvert3DFormatJob.
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. This API only supports: ap-singapore, eu-frankfurt, na-siliconvalley.
File Yes InputFile3D 3D file URL address. The model file size should be less than 200MB;
Supports 3D file inputs in FBX, OBJ, and GLB formats;
For the OBJ format, a compressed package URL must be uploaded, containing URLs for the obj and mtl 3D model files, as well as texture maps;
It is recommended to upload OBJ models generated by HY-3D.
Format Yes String Returns the 3D file format. valid values:
STL, USDZ, FBX, MP4, GIF;
Example value: STL.

3. Output Parameters

Parameter Name Type Description
JobId String Task ID.
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 Calling the API

Input Example

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

{
    "File": {
        "Url": "https://**************************.cos.ap-singapore.myqcloud.com/%E4%BA%BA%E7%89%A97k.fbx",
        "Type": "FBX"
    },
    "Format": "OBJ"
}

Output Example

{
    "Response": {
        "JobId": "1433828173532856888",
        "RequestId": "1d1618bf-4e44-4cc4-86ef-ca6bef862888"
    }
}

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.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback