POST
/v1/learn/data
Learn / Chat API
Send a query to the Luxint AI engine. This endpoint supports four specialized neural engines for different use cases — from fast analysis to deep strategic reasoning.
All Endpoints
| Method | Endpoint |
|---|---|
| POST | /v1/learn/data |
| GET | /v1/chat/history |
| GET | /v1/chat/sessions |
| DEL | /v1/chat/:sessionId |
| GET | /v1/health |
Request Body
| Parameter | Type | Description |
|---|---|---|
| query | string | Required. The user's message or question. |
| model | string | Engine selection: velocity, kinetic, aether, synth |
| guest_id | string | Required for guests. UUID identifying the anonymous user. |
| user | string | Optional. Existing session_id to continue a conversation. |
AI Engines
bolt
Luxint Kinetic-V4
High-speed inference for everyday tasks. Low cost, fast responses. Powered by GPT-4o-mini.
hub
Luxint Velocity-X
DEFAULT
Balanced analysis across domains. Creative yet precise output. Powered by GPT-4o.
psychology
Luxint Aether-V5
Deep strategic reasoning. Multi-step analysis with rich context. Powered by GPT-4o.
terminal
Luxint Synth-Code
Elite code generation and architecture. Production-ready output. Powered by GPT-4o.
speed
Rate Limits
500 requests per 15 minutes per IP. Exceeding returns 429 Too Many Requests.