MINARA

Get report style

GET /v1/report-style — Return the complete report-style configuration shared by Institution and Deep Research HTML/PDF reports, including the a

GET /v1/report-style

Return the complete report-style configuration shared by Institution and Deep Research HTML/PDF reports, including the active settings, defaults, quick-style presets, and custom REPORT.css contents.

MethodGET
Path/v1/report-style
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorytheme

Response body

{ "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": "" }

On this page