The Crawl API allows you to programmatically crawl and index websites into your knowledge base.
This enables your AI agents to access and reference content from your website, documentation,
or any other web-based resources when responding to customer inquiries.
scraping - Crawl is actively running and extracting content
completed - Crawl finished successfully, content has been indexed
failed - Crawl encountered an error and could not complete
cancelled - Crawl was manually cancelled before completion
Crawling large websites can take significant time and resources. Consider using include/exclude
paths to focus on relevant content and set appropriate limits to avoid excessive crawling.