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.
{
"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"
}
}