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"
}
}curl --location --request POST 'https://api.302.ai/tencent/hunyuan3d/reduce-face-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"
}
}'{
"Response": {
"RequestId": "34d40a91-fa4d-40fa-9373-adcbc7753554",
"JobId": "1407973706696957952"
}
}