# API

The Arlinear Quiz API is designed to assist developers in...

* Generating quizzes using custom instructions
* Fetching quiz data
* Checking individual answers (+ receiving written feedback)
* Saving & fetching grades

### Table of Contents

1. Base URL and Authorization
2. API Endpoints
   1. `generate-quiz`
   2. `get-quiz`
   3. `check-answer`
   4. `submit-quiz`
   5. `get-grades`
