Programmatic access to our knowledge base
GET /api/knowledgeReturns structured JSON data containing all company information, services, solutions, and contact details.
• CORS enabled for cross-origin requests
• Cached for 1 hour (3600s)
• Perfect for AI engines like ChatGPT, Claude, and Perplexity
• RESTful JSON format
{
"company": {
"name": "BitByte Forge",
"tagline": "...",
"location": "Vancouver, BC, Canada",
"expertise": [...]
},
"solutions": [...],
"services": [...],
"industries": [...],
"contact": {...},
"navigation": {...}
}Make a GET request to /api/knowledge from your application.
No authentication required. The endpoint is open for AI engine indexing and developer integrations.
Enable AI engines to access and cite our company information
Build applications that need access to our service catalog
Distribute our company information programmatically