默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。
{
"Profile": {
"Url": "https://***.cos.ap-guangzhou.myqcloud.com/***.jpg"
},
"Template": "basketball"
}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"
}'{
"Response": {
"RequestId": "3be08639-4f24-4c6c-a7cc-c73aa1ca8d10",
"JobId": "1408014360416288768"
}
}