# Introduction

Welcome to the Vedpad REST API. This API allows developers to manage and integrate core Vedpad resources through a set of RESTful endpoints.

The API supports full **CRUD (Create, Read, Update, Delete)** operations for the following entities:

- Users     
- Courses  
- Levels  
- Topics  
- Lessons  

All endpoints follow REST best practices and use standard HTTP methods with JSON request and response bodies.

## Base URL

```
https://vedaay-api.mulika.in/

```

Use this base URL as the prefix for all API requests described in this documentation.
