Quiz Routes
Create New Quiz API
Create a new quiz with AI-generated questions based on provided content and tags
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
Quiz created successfully
The response is of type object
.