Developer Hub
Build with
Build with
AeroFlow™.
Integrate sovereign AI reasoning directly into your existing ERP, CRM, or POS. Our API-first architecture puts MSME-optimized logic in your hands.
API Reference
POST
/v2/orchestrate
Trigger a logic-first reasoning cycle via AeroFlow™.
GET
/v2/contacts
List and filter your unified WhatsApp contacts.
POST
/v2/broadcast
Queue a multi-channel AI-personalized broadcast.
GET
View Full Documentation →
/v2/analytics
Retrieve real-time ROI and conversion metrics.
example_orchestration.js
Node.js
Python
cURL
const kopas = require('@kopasai/sdk');
const client = new kopas.Client('$KOPAS_API_KEY');
await client.orchestrate({
userId: '+62811...',
logic: 'predictive_upsell',
context: { last_sku: 'BTK_01' }
});
Technical Specifications
| Parameter | Value |
|---|---|
| Base URL | https://api.kopasai.com/v2 |
| Rate Limit | 60 requests / minute (Standard) |
| Max Payload | 10MB per request |
| Timeout | 30s (Reasoning cycle) |
Error Handling
| Code | Meaning |
|---|---|
401 | Unauthorized (Check API Key) |
429 | Rate limit exceeded |
503 | Reasoning Engine Busy |
Real-Time Webhooks
Don't poll us. We'll call you. Subscribe to event streams to trigger custom downstream logic in your own infrastructure.
- • message.received - Inbound WhatsApp triggers
- • lead.qualified - AI logic identifies a buyer
- • payment.confirmed - Integrated checkout success
Official SDKs & Tools.
📦
Node.js SDK
v2.4.1 • npm install @kopasai/sdk
🐍
Python Client
v1.8.0 • pip install kopasai
🧪
Postman Collection
Import & Test in seconds
Join the Developer Community
Debug, discuss, and build alongside the architects of ASEAN's AI future.