USE CASE — PERSONAL

ANY DOCS.
YOUR LEARNING
PLAYGROUND.

Stop reading docs top-to-bottom. Index any documentation site and ask questions in plain English — get the exact answer, instantly.

START FOR FREE →
DOCS YOU CAN INDEX
⚛️
React
react.dev/learn
Next.js
nextjs.org/docs
🐘
PostgreSQL
postgresql.org/docs
🦀
Rust
doc.rust-lang.org
🐍
Python
docs.python.org
🔥
Supabase
supabase.com/docs
☁️
AWS
docs.aws.amazon.com
🔷
TypeScript
typescriptlang.org/docs
HOW IT WORKS
01

Pick your docs

Paste the docs URL — a single page, a whole section, or an entire documentation site via sitemap.

02

We index it all

KnowledgeSDK extracts, chunks by concept, embeds semantically, and builds a searchable index in minutes.

03

Ask anything

Query the knowledge base in plain English. "How do I set up auth?" returns the exact relevant sections.

04

Go deep faster

Follow-up with specific questions. Build mental models faster than reading docs top-to-bottom.

THE API

INDEX ONCE.
QUERY ANYTHING.

Extract a full documentation site in one API call. The knowledge base is ready to query in minutes — not hours.

  • Works with any public documentation URL
  • Follows pagination and multi-page docs
  • Understands code examples in context
  • Search returns the exact relevant section

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
QUESTIONS YOU CAN ASK
How do I set up server-side authentication?
What's the difference between useEffect and useLayoutEffect?
How do database indexes work?
What are the performance trade-offs of RSC?
How do I handle errors in async functions?
What's the recommended way to manage global state?

LEARN FASTER.
RETAIN MORE.

Free tier available. No credit card required.

GET API KEY →