ハイブリッド起源の3 Dインターフェースは、ハイブリッド起源の大型モデルに基づいており、入力されたテキストの説明/画像に基づいてインテリジェントに3 Dを生成します。デフォルトでは、1つの同時タスクが提供されています。つまり、同時に1つまで送信されたタスクを処理できます。前のタスクが処理された後、次のタスクを開始できます。
デフォルトのインターフェース要求頻度制限: 20回/秒。 Request
Body Params application/json
{
"Profile": {
"Url": "https://***.cos.ap-guangzhou.myqcloud.com/***.jpg"
},
"Template": "basketball"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/tencent/hunyuan3d/pro-file-job' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"Profile": {
"Url": "https://***.cos.ap-guangzhou.myqcloud.com/***.jpg"
},
"Template": "basketball"
}'
Responses
application/json {
"Response": {
"RequestId": "3be08639-4f24-4c6c-a7cc-c73aa1ca8d10",
"JobId": "1408014360416288768"
}
}
Modified at 2026-01-29 03:47:02