Knowledge Base
Search and browse the complete bug bounty and red teaming knowledge base. All content is RAG-ready and accessible via the REST API.
-
Documents-
RAG Chunks-
Categories-
Content TypesBrowse All Documents
Loading knowledge base...
RAG API Endpoints
Use these endpoints to integrate BountyBud's knowledge base with your AI agents and RAG systems.
| Endpoint | Method | Description |
|---|---|---|
/api/kb/search?q=&type=&category=&tags=&difficulty= |
GET | Full-text search with metadata filtering |
/api/kb/chunks?category=&type= |
GET | Pre-chunked content ready for embedding |
/api/kb/document/{id} |
GET | Full document (HTML + markdown + metadata) |
/api/kb/manifest |
GET | All documents metadata (table of contents) |
/api/kb/taxonomy |
GET | Category tree with document counts |
/api/kb/stats |
GET | Aggregate knowledge base statistics |
/api/kb/related/{id} |
GET | Related documents by ID + tag similarity |
/api/kb/reindex |
POST | Rebuild the search index |