Domain name for API request: hunyuan.intl.tencentcloudapi.com.
3D Model Auto Rigging API, powered by the HY Large Model, processes input 3D models of characters or animals to perform automatic rigging and skinning, outputting a 3D model complete with skeletal data. By default, one concurrent slot is provided, meaning that a maximum of one submitted task can be processed simultaneously; the next task can only begin processing once the previous one has been 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: SubmitAutoRiggingJob. |
| 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. |
| File3D | Yes | InputFile3D | 3D Character Model File: Generates a 3D character animation based on the provided source model. |
| MotionType | No | Integer | Preset Action Types (Reference Values):
|
| Parameter Name | Type | Description |
|---|---|---|
| JobId | String | Task ID (valid period: 24 hours). |
| 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: SubmitAutoRiggingJob
<Common request parameters>
{
"File3D": {
"Url": "https://********************cos.ap-singapore.myqcloud.com/217f6940-bd92-4b15-9bd5-924ae622b1b7_0.fbx",
"Type": "FBX"
},
"MotionType": 1
}
{
"Response": {
"JobId": "1440373416789442560",
"RequestId": "9635e235-a5b9-4b03-8409-81f8e2921806"
}
}
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.
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback