Stop reading docs top-to-bottom. Index any documentation site and ask questions in plain English — get the exact answer, instantly.
START FOR FREE →Paste the docs URL — a single page, a whole section, or an entire documentation site via sitemap.
KnowledgeSDK extracts, chunks by concept, embeds semantically, and builds a searchable index in minutes.
Query the knowledge base in plain English. "How do I set up auth?" returns the exact relevant sections.
Follow-up with specific questions. Build mental models faster than reading docs top-to-bottom.
Extract a full documentation site in one API call. The knowledge base is ready to query in minutes — not hours.
INDEX A DOCUMENTATION SITE
# Index React docs
curl -X POST \
https://api.knowledgesdk.com/v1/extract \
-H "x-api-key: knowledgesdk_live_..." \
-d '{
"url": "https://react.dev/learn",
"store": true,
"crawl": true
}'QUERY IT IN PLAIN ENGLISH
# Ask a question
curl -X POST \
https://api.knowledgesdk.com/v1/search \
-H "x-api-key: knowledgesdk_live_..." \
-d '{
"query": "how does useEffect cleanup work?"
}'
// → exact docs section, with context