Create an exam
Create the exam record that holds the question paper, the model answers, and every student answer sheet.
id you get back: every later call needs it.Rules
examName,grade,subject,examType,examSet, andexamDateare all required.classSectionis optional.grade,subject, andexamTypeare integer codes. Get them from Get exam evaluation constants.examDateis a date, written asYYYY-MM-DD.- The exam starts with no files and a
statusof0Open. Upload the question paper next.
POST or PATCH loses its body.Next step
Upload an exam question paper
Authorizations
Access token from Get an access token. A missing, invalid, or expired token returns 403.
Body
Your name for the exam.
"Pre Board 1 - Science"
Grade code from Get exam evaluation constants. 1 to 12 are classes First to Twelfth, 13 is CA Foundation.
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 10
Subject code from Get exam evaluation constants.
1
1 Pre Boards, 2 Class Test, 3 Full Mock Test, 4 Test Series, 5 Mock Master.
1, 2, 3, 4, 5 1
Your label for the paper set, such as A. Required, and usable as a filter in List exams.
"A"
Date of the exam, as YYYY-MM-DD.
"2026-03-14"
Optional class section, such as A.
"A"