The API allows clients to create a new answer sheet for a specific student in an exam. It associates the student’s ID with an answer sheet and returns the unique ID for the answer sheet. The answer sheet can later be updated with documents (e.g., scanned PDFs or images).
Scenarios:
Creating a New Answer Sheet for a Student:
Associating Documents with the Created Answer Sheet:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully Created
The response is of type object
.