By default, 1 concurrent task is provided, which means that up to 1 submitted task can be processed at the same time. After the previous task is processed, the next task can be started.
{
"File3D": {
"Type": "GLB",
"Url": "https://vcg-test-1258344699.cos.ap-guangzhou.myqcloud.com/test/3d/test.glb"
},
"Prompt": "优化模型"
}curl --location --request POST 'https://api.302.ai/tencent/hunyuan3d/texture-job' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"File3D": {
"Type": "GLB",
"Url": "https://vcg-test-1258344699.cos.ap-guangzhou.myqcloud.com/test/3d/test.glb"
},
"Prompt": "优化模型"
}'{
"Response": {
"JobId": "1407973479118200832",
"RequestId": "d81bd0a8-2e55-4957-8f04-247e3ac738ab"
}
}