@vectorize-io/vectorize-client
    Preparing search index...

    Interface WEBCRAWLERAuthConfig

    Authentication configuration for Web Crawler

    WEBCRAWLERAuthConfig

    interface WEBCRAWLERAuthConfig {
        seedUrls: string[];
    }
    Index

    Properties

    Properties

    seedUrls: string[]

    Seed URL(s). Add one or more seed URLs to crawl. The crawler will start from these URLs and follow links to other pages.. Example: (e.g. https://example.com)

    WEBCRAWLERAuthConfig