The POST /evaluation-platform/v1/exam endpoint allows you to create a new exam for a specific class, subject, and exam type. Once an exam is created successfully, it returns a unique examId and status.
This API allows a teacher to create a new exam for a specific class, subject, and exam type. The newly created exam is initially empty and can be configured further by associating documents or additional metadata.
Scenario: Creating a New Exam for a Class
A teacher needs to set up a new exam for ‘Class 10’ in the subject ‘Science’ and exam type ‘Pre Boards.’
Response:
examId
(e.g., d19e6868-98dd-4274-a2a5-4a616dd93ea7
) is returned.status
field indicates that the exam creation was successful.Next Steps:
examId
in subsequent APIs to upload relevant documents or configure the exam furtherBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Exam created successfully.
The response is of type object
.
The POST /evaluation-platform/v1/exam endpoint allows you to create a new exam for a specific class, subject, and exam type. Once an exam is created successfully, it returns a unique examId and status.
This API allows a teacher to create a new exam for a specific class, subject, and exam type. The newly created exam is initially empty and can be configured further by associating documents or additional metadata.
Scenario: Creating a New Exam for a Class
A teacher needs to set up a new exam for ‘Class 10’ in the subject ‘Science’ and exam type ‘Pre Boards.’
Response:
examId
(e.g., d19e6868-98dd-4274-a2a5-4a616dd93ea7
) is returned.status
field indicates that the exam creation was successful.Next Steps:
examId
in subsequent APIs to upload relevant documents or configure the exam furtherBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Exam created successfully.
The response is of type object
.