獲取報告樣式
GET /v1/report-style:返回 Institution 和 Deep Research HTML/PDF 報告共用的完整報告樣式配置。
GET /v1/report-style
返回 Institution 和 Deep Research HTML/PDF 報告共用的完整報告樣式配置,包括活動設置、默認值、快速樣式預設和自定義 REPORT.css 內容。
| 方法 | GET |
| 路徑 | /v1/report-style |
| 認證 | 設置 GATEWAY_AUTH_TOKEN 時需要 Authorization: Bearer <token> |
| 類別 | theme |
響應體
{ "settings": { "preset": "minara-fusion", "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" }, "defaults": { "preset": "minara-fusion", "density": "balanced", "typeScale": "standard", "pageWidth": "standard", "cornerStyle": "soft", "accent": "graphite" }, "presets": [{ "id": "minara-fusion", "name": "Minara Fusion", "description": "..." }], "custom_css": "" }