Intuned home pagelight logodark logo
  • Support
  • Get Started
  • Get Started
  • Documentation
  • Automation SDKs
  • Client APIs
  • Get started
    • Overview
    • playwright
    • @intuned/sdk
      • Overview
      • AI extractors
        • extractStructuredDataFromPage
        • extractStructuredDataFromLocator
        • extractMarkdownFromPage
        • extractMarkdownFromLocator
        • extractStructuredDataFromContent
        • extractMarkdownFromFile
        • extractStructuredDataFromFile
        • extractTablesFromFile
        • Interfaces
          • ExtractedTable
          • FileBase64Source
          • FileBufferSource
          • FileUrlSource
          • HtmlStrategy
          • ImageFile
          • ImageStrategy
          • PdfFile
      • Optimized extractors
      • Playwright
      • Runtime
      • Files
    Interfaces

    FileUrlSource

    Represents a file source from a URL.

    ​
    Properties

    ​
    data

    data: string;
    

    The URL of the file.


    ​
    type

    type: "url";
    

    The type of the file source, which is always “url”.

    FileBufferSourceHtmlStrategy
    twitterlinkedin
    Powered by Mintlify
    On this page
    • Properties
    • data
    • type
    Assistant
    Responses are generated using AI and may contain mistakes.