Developer Docs
API Documentation
Integrate Tropic Tutor into your applications with our REST API.
API Coming Soon
Our public API is currently in development. Sign up to be notified when it launches.
Preview: Available Endpoints
GET
/api/v1/subjectsGET
/api/v1/subjects/:id/unitsGET
/api/v1/topics/:idPOST
/api/v1/quizzes/generatePOST
/api/v1/exams/generateAuthentication
API requests will be authenticated using Bearer tokens. Include your API key in the Authorization header:
Authorization: Bearer your_api_key_here