curl --location --request POST 'https://router.shengsuanyun.com/api/v1/tasks/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "tencent/hunyuan-3d-texture",
"file_3d": {
"type": "OBJ",
"url": "https://example.com/model.obj"
},
"prompt": "木纹材质",
"enable_pbr": true
}'{
"code": "success",
"message": "",
"data": {
"request_id": "string",
"task_id": "string",
"action": "VIDEO_GENERATION",
"status": "SUBMITTING",
"fail_reason": "string",
"submit_time": 0,
"start_time": 0,
"finish_time": 0,
"progress": "85%",
"data": {
"file_urls": [
"http://example.com"
],
"progress": 0
}
}
}