# Create exam period (admin only) **POST /api/v1/exam-period** ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Body: application/json (object) - **semesterId** (string) Semester ID for this exam period - **academicYearId** (string) Academic Year ID for this exam period - **startDate** (string) Start date/time of the exam period (ISO string) - **endDate** (string) End date/time of the exam period (ISO string) ## Responses ### 200 Exam period created ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) [Powered by Bump.sh](https://bump.sh)