GOFLOW API
สเปก OpenAPI 3.0 ครบทุกกลุ่มบริการ — Auth, NEXUS AI, Knowledge, Executive, Booking, Recruitment, Marketplace, Wallet
API Catalog
รายการ Endpoints
สเปกเต็ม: api/openapi.yaml · เอกสารอ้างอิง: docs/engineering-os/ENG-15 (API Contract — Foundation ✅)
🔐 Authentication
POST/auth/registerลงทะเบียนผู้ใช้ใหม่
POST/auth/loginเข้าสู่ระบบ (JWT)
POST/auth/refreshขอ access token ใหม่
🤖 NEXUS AI (Production v7.3)
POST/api/ai/chatสนทนากับ AI — RAG + Memory Fusion
POST/api/ai/resolveส่งภารกิจให้ AI Workforce
POST/api/knowledge/searchค้นหาความรู้ใน Knowledge Base
📊 AI Executive
GET/api/executive/reportรายงาน CEO/CTO/CFO/COO AI
GET/api/executive/tasksภารกิจของ AI Executive
📅 Booking & Recruitment
POST/api/bookingsจอง Demo
POST/api/applicationsสมัครงาน
POST/api/contactติดต่อเรา
POST/api/partners/applyสมัครพาร์ทเนอร์
🛒 Marketplace
GET/api/marketplace/productsรายการสินค้า
POST/api/marketplace/ordersสร้างคำสั่งซื้อ
💳 Wallet
GET/api/wallet/balanceยอดเงินคงเหลือ
POST/api/wallet/transferโอนเงิน
POST/api/wallet/topupเติมเงิน
Quick Start
ตัวอย่างการเรียก NEXUS AI
curl -X POST https://api.goflow.click/v1/ai/chat \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $TOKEN" \
-d '{
"message": "ระบบ Agent Runtime ทำงานอย่างไร",
"reasoningMode": "rag-memory-intelligence-fusion-reasoning-v7.3"
}'
🧪 ทดสอบ API
นำ api/openapi.yaml ไปเปิดใน Swagger UI, Redoc หรือ Postman เพื่อทดสอบทุก endpoint ได้ทันที
🔌 สถานะ: Auth + AI Chat = Foundation ✅ (ใน Git) · กลุ่มอื่น = Sprint 1–4 ตาม Developer Kit