B2B Developer API

Add AI to Your
Existing School ERP.

Unlock conversational Hinglish search, NCERT-aligned automated worksheets, and student dropout predictions for your school management software with our secure REST APIs.

Developer Preview: White-Label API
// POST https://api.edunodex.in/api/v1/partner-ai/chat
Request: {
  "message": "Who has pending fees?",
  "context_data": { "students": [...] },
  "language": "en",
  "role": "accountant"
}
Response: {
  "reply": "Rahul Kumar has an overdue balance of ₹2,500.",
  "intent_detected": "fee_defaulter_lookup",
  "tokens_used": 348
}

Available Developer API Endpoints

Secure endpoints backed by our robust structured JSON LLM controllers.

POST

/api/v1/partner-ai/chat

Send student database tables or attendance reports alongside user text prompts. Returns structured response summaries to surface to your accountants or teachers.

Authorization: Bearer {PARTNER_KEY}
POST

/api/v1/partner-ai/generate-worksheet

Generate syllabus worksheets, quiz answers, and CBSE/ICSE aligned questions. Grounded directly on modern NCERT guidelines.

Authorization: Bearer {PARTNER_KEY}
POST

/api/v1/partner-ai/predict-dropout

Provide student attendance logs and payment delay statistics. Returns computed dropout risk values (0.0 - 1.0) and custom student retention metrics.

Authorization: Bearer {PARTNER_KEY}

Request API Partner Access

Fill out details about your current School ERP software system to get a testing API sandbox token.