Circle V2 API Docs
    Preparing search index...
    type ExtractedRpaDocument = {
        assessmentDate: string | null;
        classifierType: string;
        fileName: string | null;
        fileUrl: string | null;
        value: unknown;
    }
    Index

    Properties

    assessmentDate: string | null
    classifierType: string
    fileName: string | null
    fileUrl: string | null

    Bucket URL of the source PDF (re-hosted by the ingest job) so the detail view can render it.

    value: unknown