The API allows updating an existing model answer sheet for an exam. This API is used to:
Key Notes:
Scenarios:
Finalizing the Model Answer Sheet and Triggering AI Extraction:
isFinal to true in the PATCH API request.Sequential Upload of JPEG Documents:
isFinal is set to true to initiate AI extraction.Example Workflow:
The teacher uploads a model answer document (PDF or JPEG) via this API.
Calls the API with { "isFinal": true } to trigger AI extraction.
The extracted content is reviewed and used for grading purposes.
documents and isFinal are provided in the same request, a validation error is returned. Use either documents to upload, or isFinal to trigger extraction — not both together. Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"4340132f-50fa-4877-9ffa-e9b7ee59d51f"
"287117d6-0135-4329-b5a7-d46e42948a14"
The details to update for the model answer.