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
querystringRequired. The user's message or question.
modelstringEngine selection: velocity, kinetic, aether, synth
guest_idstringRequired for guests. UUID identifying the anonymous user.
userstringOptional. 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.