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