Command Palette

Search for a command to run...

AkiliBrain API

Integrate East Africa's most comprehensive professional intelligence data directly into your own applications.

Secure & Reliable

Built on enterprise-grade infrastructure with automatic rate-limiting and 99.99% uptime.

Lightning Fast

Powered by Edge networking and serverless functions for incredibly low latency.

Developer First

RESTful architecture with standard JSON responses and comprehensive tooling.

Authentication

All API requests require a valid API key passed in the Authorization header.

bash
curl -X POST https://akilibrain.com/api/chat \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_API_KEY"

Rate Limits

Our API is protected by Upstash Redis to ensure stability for all users.

Standard Limit10 requests per 10 seconds per IP

Core Endpoints

Interact with our AI intelligence engine directly.

POST
/api/chat
Send a natural language query to the AkiliBrain AI engine and receive a structured intelligence report.
bash
curl -X POST https://akilibrain.com/api/chat \ -H "Content-Type: application/json" \ -d '{ "query": "Show me the latest healthcare tenders in Kenya", "contextParams": { "region": "East Africa" } }'

Response Schema

json
{ "response": "Based on the latest data, here are the active healthcare tenders...", "confidence": 0.95, "sources": [ "Ministry of Health KE", "KEMSA Procurement" ] }

OpenAPI Specification

Download our OpenAPI spec to instantly generate client libraries in your preferred language.