Scrape Single Page
Knowledge Base
Scrape Single Page
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, descriptio
POST
Scrape Single Page
For the complete error reference, see Error Guide.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-campaigns-service-rest-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key (i.e. Rest API Key from the Dashboard).
Body
application/json
Single page scraping configuration
Target page URL to crawl and extract content from
Example:
"https://docs.example.com/getting-started"
Request timeout in milliseconds
Required range:
5000 <= x <= 120000Example:
30000
Extract content in specific format
Available options:
markdown, html, text Example:
"markdown"