ai_hub
获取AI智能中心管理视图
返回按模块分组的分析数据(模块类型、项目组投入产出分析、Top问题分布)
get/v1/ai_hub/management_view
Response
OK
Example response
{
"data": {
"modules": [
{
"project_io_analysis": [
{
"health_score": 92.3,
"performance_gain": "+35%",
"time_saved": 45.5
}
]
}
]
},
"message": "ok"
}