# Create a new CAT **POST /api/v1/unit-instance/{unit}/new-cat** Create a new Continuous Assessment Test (CAT) for the unit. Only admins and lecturers can create CATs. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **unit** (string) UUID of the unit instance (unit offering) ### Body: application/json (object) CAT data including title, release/due dates, duration, score, and attempts - **title** (string) - **releaseDate** (string(date-time)) - **dueDate** (string(date-time)) - **durationMinutes** (number) - **score** (number) - **status** (string) - **maxAttempts** (number) ## Responses ### 201 CAT created successfully ### 400 Invalid CAT data ### 403 Forbidden - Admin or Lecturer role required [Powered by Bump.sh](https://bump.sh)