Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the worksheet
Body
application/json
Response
Worksheet generation initiated successfully.
Initiates the worksheet question generation process for a given worksheet after validation of its configuration.
This step ensures that the worksheet is generated based on the finalized question configuration (Bloom’s taxonomy, difficulty levels, and question types).
How to Use:
POST /worksheet/v1/generate-worksheet/{work_sheet_id} with a valid worksheet ID.question_summarybloom_summarydifficulty_summaryquestion_type_summarynumber_of_questions.Path Parameters:
work_sheet_id (UUID, required): The unique ID of the worksheet.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the worksheet
Worksheet generation initiated successfully.