Base URL
Overview
The MIND API is a multi-tenant, REST-based API that powers the MIND AI educational platform. All requests and responses use JSON. Every response follows a consistent structure — whether it succeeds or fails. This makes client-side handling predictable across all endpoints.Quick Reference
| Topic | Description |
|---|---|
| Authentication | How to authenticate requests using Bearer tokens |
| Response Format | The standard response envelope for all endpoints |
| Error Codes | Complete list of error codes and how to handle them |
| Pagination | How paginated lists work |