cURL
curl --request GET \ --url http://localhost:8787/api/v1/quizzes/generate
{ "quiz": { "quizTitle": "<string>", "questions": [ { "questionTitle": "<string>", "text": "<string>", "options": [ "<string>" ], "correctAnswer": "<string>" } ] } }
Generate a quiz based on the given topic and description
1
1 <= x <= 10
en
de
fr
es
it
ro
sr
tl
pl
singleplayer
multiplayer
document
random
Quiz generated successfully
The response is of type object.
object