Developer API Documentation

Build powerful integrations with KIDUART's RESTful API

Introduction

The KIDUART API provides programmatic access to all platform data and operations. Built on REST principles with JSON responses, our API allows your technical team to seamlessly sync data between KIDUART and your other internal systems, learning management systems, or custom applications.

Authentication

Authenticate your API requests using API Keys. Include the key as a Bearer token in the Authorization header.

Authorization: Bearer YOUR_API_KEY

Available Endpoints

MethodEndpointDescription
GET/api/v1/studentsList all students
POST/api/v1/studentsCreate student
GET/api/v1/students/:idGet student by ID
GET/api/v1/attendanceGet attendance records
POST/api/v1/attendanceSubmit attendance
GET/api/v1/feesGet fee records
POST/api/v1/fees/collectRecord fee payment
GET/api/v1/reportsGenerate reports

Code Examples

cURL Request

curl -X GET \ https://api.kiduart.com/v1/students \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json'

JSON Response

{
  "status": "success",
  "data": [
    {
      "id": "stu_12345",
      "firstName": "Alex",
      "lastName": "Johnson",
      "grade": "10th",
      "enrollmentDate": "2023-08-15"
    }
  ],
  "meta": {
    "total": 1,
    "page": 1
  }
}

Rate Limits

  • Basic Plan 1,000 req/hour
  • Professional 10,000 req/hour
  • Enterprise Unlimited

Developer Tools

Test your integration in our sandbox environment before going live.

sandbox.kiduart.com
JS/TS
Coming Soon
Python
Coming Soon
PHP
Coming Soon

Need help? developer-support@kiduart.com

Start Building With KIDUART API

Get your API key when you sign up for any plan.

Get ConnectedKIDUART ERP

School operations, admissions, and AI-led growth

Let's Get In Touch

Tell us what your institution needs and our team will help you shape the right ERP setup for admissions, academics, finance, communication, and AI-enabled workflows.

+91 92175 34128
support@kiduart.com
Noida, Uttar Pradesh, India
Want a faster walkthrough?Request a demo