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:
{ "isFinal": true }
to trigger AI extraction.Note:
isFinal
is set to true
, the AI extraction process begins, which may take time.documents
or isFinal
can be processed at a time.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.
The body is of type object
.
Successful response
The response is of type object
.