Generate a quiz from an ingested source
sourceId of the ingested material, you can specify the number of questions and the desired difficulty level. The API will return a quiz tailored to the content of the source, which can be used for assessment or practice purposes.
quiz.quiz_name: Name of the generated quizquiz.quiz: Array of quiz questions
question_text: The question textoptions: Array of answer optionscorrect_answer_index: Index of the correct answer (0-based)quiz.quiz_id: ID of the created quizeasy, medium, or hardPOST/source/generateQuiz/{sourceId}200 OKsourceId: The ID of the source to generate quiz fromapi-key: <your-api-key>