Skip to main content

Base URL

https://mind-be.staging.miva.university

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

TopicDescription
AuthenticationHow to authenticate requests using Bearer tokens
Response FormatThe standard response envelope for all endpoints
Error CodesComplete list of error codes and how to handle them
PaginationHow paginated lists work

Headers

Every authenticated request must include:
Authorization: Bearer <access_token>
Content-Type: application/json

Multi-Tenancy

The API is multi-tenant. Tenant resolution happens automatically via the request origin or token claims. You do not need to pass a tenant ID manually.