MINARA

獲取報告設計設置

GET /v1/settings/report-design:返回 Institution 和 Deep Research HTML/PDF 報告使用的已保存視覺設置及默認設置。

GET /v1/settings/report-design

返回 Institution 和 Deep Research HTML/PDF 報告使用的已保存視覺設置及默認設置。

方法GET
路徑/v1/settings/report-design
認證設置 GATEWAY_AUTH_TOKEN 時需要 Authorization: Bearer <token>
類別theme

響應體

{ "settings": { "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" }, "defaults": { "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" } }

本頁目錄