Generate Lesson Plan
This endpoint is designed for B2B clients to generate detailed and structured lesson plans for K-12 education. By providing essential details such as grade level, subject, topics, Learning Outcomes and other relevant information in a JSON format, clients can obtain a comprehensive lesson plan tailored to their specifications. The API processes the input data and returns an acknowledgment along with a unique lesson-plan ID, enabling efficient and systematic lesson planning.
- Available classes: 1 to 10
- For class 6, 7, 8, use CBSE
- For the rest of the classes, use NCERT
Authorizations
Headers
Specifies the format of the response.
application/json
Specifies the content type of the request body.
application/json
Body
Educational board for which the lesson plan is required.
-
For class 6, 7, 8, use CBSE
-
For the rest of the classes, use NCERT
"NCERT"
Duration of the lesson in minutes.
45
Grade level for the lesson plan.
"10"
Subject for the lesson plan.
"Science"
Topics to be covered in the lesson plan.
["photosynthesis", "cellular respiration"]
Curriculum framework to follow.
"ncf2023"
Unique identifier of the institution.
"inst789"
Learning outcomes to be achieved.
[
"Students will understand the process of photosynthesis"
]
Unique identifier of the teacher.
"teacher456"