Documentation

Turn any URL into a searchable knowledge base. Browse the sections below or use the file tree to navigate.

Browse docs
All endpoints
POST/v1/extract

Single URL → clean markdown. Images stripped, boilerplate removed, structure preserved.

POST/v1/crawl

Multi-page crawl — discover and scrape all pages on a site, return clean markdown.

POST/v1/business

Full AI business intelligence — classification, knowledge items, and insights.

POST/v1/screenshot

Headless browser screenshot of any URL, returned as a base64 PNG.

POST/v1/sitemap

Discover every public URL on a domain — crawl the whole site in one call.

POST/v1/search

Hybrid semantic search over everything you've indexed. Results in under 300ms.

GET/v1/account

Current API key, plan details, and usage statistics for the billing period.

GET/v1/jobs/{id}

Poll async job status and retrieve the result when the job completes.