Question Routes
Create Quiz Question API
Create a new question for an existing quiz from a provided content.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
ID of the quiz
Type of questions to generate
Available options:
TRUEFALSE
, FILLBLANK
, MULTIPLECHOICE
Number of questions to generate
Required range:
x >= 1
Source type of the content
Available options:
TEXT
, PDF
, WEBSITE
, IMAGE
Difficulty level of questions
Available options:
EASY
, MEDIUM
, HARD
Content to generate questions from
Language of the content
URL to fetch content from