
ai-quizgenie
No credit card required

ai-quizgenie
No credit card required
ai-quizgenie is an Apify Actor that extracts content from webpages and PDFs to generate multiple-choice quiz questions (MCQs) using LLMs (GPT-3.5, GPT-4, etc.).
Actor Metrics
3 Monthly users
No reviews yet
No bookmarks yet
43% runs succeeded
Created in Mar 2025
Modified 2 days ago
You can access the ai-quizgenie programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "url": "https://en.wikipedia.org/wiki/Artificial_intelligence",
3 "num_questions": 5,
4 "difficulty": "Medium",
5 "model": "gpt-4o-mini"
6}' |
7apify call bala-ceg/ai-quizgenie --silent --output-dataset
ai-quizgenie API through CLI
The Apify CLI is the official tool that allows you to use ai-quizgenie locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: