Developer Docs
Developer Documentation
Explore 600+ modules across 12 categories. Full API documentation, technical specifications, and integration guides for the Argus platform.
Loading modules...
Quick Start
# Fetch all modules
curl https://knogin.com/api/modules
# Get a specific module
curl https://knogin.com/api/modules/blockchain-intelligence
# Search modules
curl "https://knogin.com/api/modules?search=forensics"
# Export as Markdown (great for AI/LLM context)
curl "https://knogin.com/api/modules?format=markdown" > argus-docs.mdAll endpoints support CORS for browser-based access and return proper caching headers for optimal performance.