Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Cleaned headline-summary section (## 60-Second Read or localized equivalent). When the brief has no such section, bullets is empty and the caller falls back to the BLUF paragraph.

    interface BriefHeadlineSection {
    ย ย ย ย heading: string;
    ย ย ย ย bullets: readonly string[];
    }
    Index
    heading: string

    The H2 heading text matched (post-cleanup), or null when none.

    bullets: readonly string[]

    Cleaned bullet lines (one per - / * / โ€ข item), with markdown bold/italic markers stripped and emoji prefixes removed.