Scrapes a single webpage to extract its content for the knowledge base. Use this endpoint to add a specific page without crawling an entire website.
Extraction: Returns the page title, description, and full content.
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Single page scraping configuration
Target page URL to crawl and extract content from
"https://docs.example.com/getting-started"
Request timeout in milliseconds
5000 <= x <= 12000030000
Crawler service to use for page crawling (firecrawl, puppeteer, etc.)
"firecrawl"
Extract content in specific format
markdown, html, text "markdown"