Create a new quiz
Quiz Routes
Create New Quiz API
Create a new quiz with AI-generated questions based on provided content and tags
POST
Create a new quiz
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The type of questions to create
Available options:
TRUEFALSE, FILLBLANK, MULTIPLECHOICE The number of questions to create. Maximum is 150.
The source of the content to create questions from
Available options:
WEBSITE, TEXT, PDF The language of the questions to create. Default is content language. Example: 'English'
The difficulty of the questions to create
Available options:
EASY, MEDIUM, HARD The content to create questions from. Required if url is not provided.
The url of the content to create questions from. Required if content is not provided.