EU Parliament Monitor — API Documentation - v0.9.0
    Preparing search index...

    Extracted lead paragraph — the journalistic "nut graf" from the article.

    interface ExtractedLead {
        text: string;
        source: string;
        length: number;
    }
    Index

    Properties

    Properties

    text: string

    The extracted lead text (plain, no Markdown).

    source: string

    Run-relative source artifact the lead was extracted from.

    length: number

    Character length of the extracted lead.