Mulai Sekarang
Developer Hub

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 /v2/analytics

Retrieve real-time ROI and conversion metrics.

View Full Documentation →
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

ParameterValue
Base URLhttps://api.kopasai.com/v2
Rate Limit60 requests / minute (Standard)
Max Payload10MB per request
Timeout30s (Reasoning cycle)

Error Handling

CodeMeaning
401Unauthorized (Check API Key)
429Rate limit exceeded
503Reasoning 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
View Webhook Schema →

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.

Discord Server Slack Workspace Obtain Sandbox Test Key

Under the Hood

How AeroFlow™ Works.

Read the Technical Deep-Dive & Whitepaper →