A core module of iTest — Intrazero's Examination Platform
Generate exam questions, auto-grade handwritten papers, mark essays with AI, and scan bubble sheets — all from one API. Trusted by Ajman University. 10,000+ questions generated.
Pick the ones you need. Each is independently priced and quota-tracked on your package.
Turn any document into 15 types of exam questions. PDF, DOCX, PPTX in. Structured JSON out.
Learn more →Scan student answer sheets, get per-question scores. Multi-student uploads, crops returned for unreadable answers.
Learn more →Score student essays against a rubric. Per-criterion feedback with evidence quotes. Handwritten or typed.
Learn more →Auto-grade scanned multichoice answer sheets. Multi-student PDFs, QR-decoded identity, billed per sheet.
Learn more →Everything you need to automate exam question generation at scale.
Upload PDF, DOCX, PPTX, and TXT files. Our system processes them all seamlessly.
Advanced AI models analyze your content and create relevant, well-structured questions.
Flexible quota packages with tracking. Monitor usage and manage allocations easily.
Integrate directly with your LMS or platform using our well-documented REST API.
Three simple steps to generate exam questions from your documents.
Send your document via the API. We accept PDF, DOCX, PPTX, and TXT files up to 50MB.
Our AI engine analyzes the content, identifies key concepts, and generates targeted questions.
Receive structured JSON with questions, answers, and metadata ready for your LMS or platform.
Upload documents in any of these popular formats.
Maximum file size: 50MB per document
Integrate question generation directly into your workflow with our simple API.
curl -X POST https://aiquestions.intrazero.com/api/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@document.pdf" \
-F "question_type=mcq" \
-F "num_questions=10"
{
"success": true,
"questions": [
{
"question": "What is the primary function...",
"type": "mcq",
"options": ["A", "B", "C", "D"],
"correct_answer": "A"
}
],
"quota_remaining": 90
}
Interested in integrating AI-powered question generation into your platform? Have questions about our API or pricing? We'd love to hear from you.
info@intrazero.com
Response Time
We typically respond within 24 hours.