POST
/
quiz
/
create

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
count
integer
required

The number of questions to create. Maximum is 150.

source
enum<string>
required

The source of the content to create questions from

Available options:
WEBSITE,
TEXT,
PDF
type
enum<string>
required

The type of questions to create

Available options:
TRUEFALSE,
FILLBLANK,
MULTIPLECHOICE
content
string

The content to create questions from. Required if url is not provided.

difficulty
enum<string>

The difficulty of the questions to create

Available options:
EASY,
MEDIUM,
HARD
language
string

The language of the questions to create. Default is content language. Example: 'English'

tags
string[]
url
string

The url of the content to create questions from. Required if content is not provided.

Response

200 - application/json
message
string
quiz
object
status
enum<string>
Available options:
success