获取报告设计设置
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" } }