interface TavilyExtractInput {
    extractDepth?: ExtractDepth;
    format?: "markdown" | "text";
    includeFavicon?: boolean;
    includeImages?: boolean;
    urls: string[];
}

Properties

extractDepth?: ExtractDepth
format?: "markdown" | "text"
includeFavicon?: boolean
includeImages?: boolean
urls: string[]