Question Routes
Create Question
Creates new questions based on provided content or URL for a quiz
POST
/
question
/
create
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:
MULTIPLE_CHOICE
, TRUE_FALSE
, OPEN_ENDED
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