獲取報告設計設置
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" } }