Powerful Features
Everything you need to generate high-quality educational content
Generate educational content
Create CCSS-aligned K-12 Math and ELA questions with our API
Multimodal output
Get questions with charts, diagrams, passages, and data tables
Agentic reasoning
Use reasoning models that plan and solve problems systematically
Validated answers
Every answer checked and verified through rigorous validation
Scale instantly
Generate thousands of unique questions on demand
Math & ELA coverage
Full support for Mathematics and English Language Arts
How It Works
One API call. Structured questions, ready to use.
curl https://api.inceptapi.com/v1/generate \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $INCEPT_API_KEY" \
-d '{
"generator_name": "my-generator",
"instructions": "Generate a grade 5 math question about fractions",
"grade": "5",
"subject": "math",
"type": "mcq",
"difficulty": "medium",
"quantity": 1
}'{
"success": true,
"request_id": "550e8400-e29b-41d4-a716-446655440000",
"data": {
"questions": [
{
"id": "q1",
"type": "mcq",
"question": "What is 3/4 + 1/2?",
"answer": "A",
"options": [
{ "key": "A", "text": "5/4" },
{ "key": "B", "text": "4/6" },
{ "key": "C", "text": "1/2" },
{ "key": "D", "text": "3/4" }
],
"explanation": "3/4 + 2/4 = 5/4"
}
],
"meta": {
"generator_name": "my-generator",
"generator_display_name": "Incept Agentic 1",
"latency_ms": 45678,
"total_questions": 1,
"request_id": "550e8400-e29b-41d4-a716-446655440000"
}
}
}What is 3/4 + 1/2?
Explanation: 3/4 + 1/2 = 3/4 + 2/4 = 5/4
Resources
Everything you need to get started and succeed
Quick Start
Get your first API call running in minutes
API Reference
Endpoints, parameters, and response formats
Authentication
API keys, scopes, and secure integration
Generators
Browse available question generators
Playground
Test generators with live preview
Error Handling
Error codes, retries, and troubleshooting
Ready to Generate Educational Content?
Create your free account and start generating CCSS-aligned Math and ELA questions with images today.