Worksheet Generation
Generate Worksheet
The purpose of this endpoint is to generate a worksheet containing questions based on the parameters provided by the user. The worksheet will contain up to 20 questions per API call.
- Available classes: 1 to 10
- For class 6, 7, 8, use CBSE
- For the rest of the classes, use NCERT
POST
Authorizations
Headers
Specifies the format of the response.
Available options:
application/json
Specifies the content type of the request body.
Available options:
application/json
Body
application/json
Grade level for the worksheet.
Example:
"10"
Subject for the worksheet.
Example:
"Science"
Educational board for which the lesson plan is required.
-
For class 6, 7, 8, use CBSE
-
For the rest of the classes, use NCERT
Example:
"NCERT"
Topics to be covered in the worksheet.
Example:
["Photosynthesis", "Cell Structure"]
Total number of questions.
Required range:
x <= 20
Example:
10
Unique identifier of the institution.
Example:
"inst789"
Unique identifier of the teacher.
Example:
"teacher456"
Learning objectives for the worksheet.
Example:
["Understanding photosynthesis process"]
Available options:
Yes
, No
Example:
"Yes"
Example:
"JSON"
Example:
["string"]