> ## Documentation Index
> Fetch the complete documentation index at: https://savadocs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Classroom Manager API Overview

> Introduction to the Sava Docs Classroom Manager REST API.

## Welcome

The Classroom Manager REST API is a set of endpoints that easily allows teachers and other education professionals to view and manage information about their students.

The Classroom Manager API uses resource-oriented URLs with built-in HTTP authentication, methods, and status codes.

The Classroom Manager API uses this OpenAPI specification.

<Card title="Classroom Manager Endpoints" icon={<Icon icon="chalkboard-user" iconType="duotone" color="#FFC314"/>} href="https://github.com/saraswativ23/Savadocs/blob/main/api-reference/openapi.json">
  View the OpenAPI specification file
</Card>

## Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```
