> For the complete documentation index, see [llms.txt](https://arlinear.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://arlinear.gitbook.io/documentation/api.md).

# 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`
