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",
"mode": "pro",
"image_url": "https://example.com/input.jpg",
"generate_type": "normal",
"enable_pbr": true,
"face_count": 100000
}'{
"code": "success",
"message": "",
"data": {
"request_id": "20250112103042325320000CFVslBwb",
"task_id": "job-abc123xyz",
"action": "3D_GENERATION",
"status": "SUBMITTING",
"fail_reason": "",
"submit_time": 1736650242,
"start_time": 0,
"finish_time": 0,
"progress": "0%",
"data": {}
}
}