| Method | Path | Description |
|---|---|---|
| GET | / | Home endpoint |
| GET | /categories | Get the List of all the Categories Available |
| GET | /categories/category | Generate A Quiz of 10 Questions of this particular Category |
| GET | /generate-random | Create a Random Quiz of Random Difficulty |
| GET | /generate-random/easy | Create a Random Quiz of difficulty level as Easy |
| GET | /generate-random/medium | Create a Random Quiz of difficulty level as Medium |
| GET | /generate-random/hard | Create a Random Quiz of difficulty level as Hard |