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

    Interface CorrelateIntelligenceOptions

    Options for correlateIntelligence

    interface CorrelateIntelligenceOptions {
        mepIds: string[];
        groups?: string[];
        sensitivityLevel?: "HIGH" | "MEDIUM" | "LOW";
        includeNetworkAnalysis?: boolean;
    }
    Index

    Properties

    mepIds: string[]

    MEP identifiers to cross-correlate (1-5 MEPs, required)

    groups?: string[]

    Political groups for coalition fracture analysis (max 8, omit for all)

    sensitivityLevel?: "HIGH" | "MEDIUM" | "LOW"

    Alert sensitivity: HIGH, MEDIUM, or LOW

    includeNetworkAnalysis?: boolean

    Run network centrality analysis (increases response time)