# API Health Check Status Source: https://api.quizrise.com/api-reference/endpoint/health/ping GET /ping Simple endpoint to verify API availability and response status # Create Quiz Question API Source: https://api.quizrise.com/api-reference/endpoint/question/create POST /question/create Create a new question for an existing quiz from a provided content. # Delete Quiz Question API Source: https://api.quizrise.com/api-reference/endpoint/question/delete DELETE /question/{questionId} Delete a specific question from a quiz using the question ID # Get Quiz Question Details API Source: https://api.quizrise.com/api-reference/endpoint/question/get GET /question/{questionId} Retrieve details of a specific question including its text and answer options # Update Quiz Question API Source: https://api.quizrise.com/api-reference/endpoint/question/update PUT /question Update an existing question content and answer options # Create New Quiz API Source: https://api.quizrise.com/api-reference/endpoint/quiz/create POST /quiz/create Create a new quiz with AI-generated questions based on provided content and tags # Delete Quiz API Source: https://api.quizrise.com/api-reference/endpoint/quiz/delete-quiz DELETE /quiz/{quizId} Delete a quiz and all its associated questions # Get Quiz Details API Source: https://api.quizrise.com/api-reference/endpoint/quiz/get GET /quiz/{quizId} Get detailed information about a specific quiz # List All Quizzes API Source: https://api.quizrise.com/api-reference/endpoint/quiz/get-all GET /quiz/all Get a list of all available quizzes with their basic information # Get Quiz Questions List API Source: https://api.quizrise.com/api-reference/endpoint/quiz/get-questions GET /quiz/{quizId}/questions Get all questions belonging to a specific quiz # Get Quiz Configuration API Source: https://api.quizrise.com/api-reference/endpoint/quiz/get-settings GET /quiz/{quizId}/settings Retrieve the configuration settings for a specific quiz # Quiz Statistics and Analytics API Source: https://api.quizrise.com/api-reference/endpoint/quiz/get-stats GET /quiz/{quizId}/stats Get performance statistics and analytics for a specific quiz # Quiz Creation Status API Source: https://api.quizrise.com/api-reference/endpoint/quiz/task GET /quiz/{quizId}/task Check the status of an ongoing quiz creation task # Update Quiz Settings API Source: https://api.quizrise.com/api-reference/endpoint/quiz/update-settings PUT /quiz/{quizId}/settings Update the configuration settings for a specific quiz # Create Quiz Tag API Source: https://api.quizrise.com/api-reference/endpoint/tag/create-tag POST /tags Create a new tag for organizing quizzes # Delete Quiz Tag API Source: https://api.quizrise.com/api-reference/endpoint/tag/delete-tag DELETE /tags/{tagId} Delete an existing tag from the system # Get Tagged Quizzes API Source: https://api.quizrise.com/api-reference/endpoint/tag/get-tag-quizzes GET /tags/{tagId}/quizzes Get all quizzes associated with a specific tag # List Quiz Tags API Source: https://api.quizrise.com/api-reference/endpoint/tag/get-tags GET /tags Get a list of all available quiz tags # QuizRise API Documentation Source: https://api.quizrise.com/api-reference/introduction Automate your question creation process with QuizRise ## Introduction Perfect for integrating with LMS platforms or websites, QuizRise's API allows you to create questions and quizzes programmatically. Generate bulk questions and quizzes from your own content. If you interested in using QuizRise's API, please contact us at [hello@quizrise.com](mailto:hello@quizrise.com) ## Getting a API Key To get started, you'll need to create an API key. You can do this by contacting us at [hello@quizrise.com](mailto:hello@quizrise.com).