---
title: "获取AI智能中心Banner"
method: GET
path: "/v1/ai_hub/banner"
tags: ["ai_hub"]
---

# 获取AI智能中心Banner

`GET /v1/ai_hub/banner`

返回按模块分组的Banner卡片列表（模块类型、Banner卡片列表）

## Response `200`

OK

- V1GetAIHubBannerResp
  - `code` integer
  - `data` V1AIHubBannerData
    - `modules` V1AIModuleBannerCards[] — 按模块分组的Banner卡片
      - `ai_module_type` 'smart_correction' | 'performance_engine' — AI模块类型
      - `banner_cards` V1BannerCard[] — Banner卡片列表
        - `evidence_value` string — 具体指标分值
        - `metric_evaluation` string — 效能评价
        - `need_display` boolean — 是否需要展示
      - `is_enabled` boolean — 功能是否启用
  - `message` string

## Changes

- **2026-03-05** `9a0f5d9bf5fd` — 1 info
  - endpoint added
- **2026-02-26** `2fcd2f7459b5` — 1 breaking
  - api path removed without deprecation
- **2026-02-24** `c3b7acfa6046` — 1 info
  - endpoint added
- **2025-06-24** `ea902136997f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/actiontech/apis/sqle-api-docs/changes/v1/ai_hub/banner/get.md)

---

[API](https://skmtc.dev/actiontech/apis/sqle-api-docs.md) · [All operations](https://skmtc.dev/actiontech/apis/sqle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/actiontech/sqle-api-docs/revisions/3e36a0067703/schema)
