Scrape
Scrape Endpoints
Scrape
Fetches content from a URL and returns it in HTML or Markdown format with optional link extraction
POST
Scrape
Documentation Index
Fetch the complete documentation index at: https://docs.blat.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Scraping request parameters
The URL to fetch content from
Example:
"https://example.com"
Whether to include external links
Whether to include subdomain links
Whether to extract links from HTML
The desired output format
Available options:
html, markdown