TechClassTechClass Docs

API Reference

TechClass REST API — manage users, courses, enrollments, and more programmatically.

Overview

The TechClass REST API gives you full programmatic access to your platform data. Use it to integrate TechClass with your existing tools, automate workflows, or build custom applications on top of the platform.

Base URL

https://connect.techclass.com/v1

Authentication

All API requests must include a valid API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

You can generate API keys from your organization's admin portal Configuration → Integrations page.

Rate Limits

All tenants are limited to 100 requests per minute.

On this page