# Grade a single exam attempt **POST /api/v1/exam/attempt/{attempt}/grade** Manually grade or re-grade a specific exam attempt. Useful for reviewing unstructured questions or overriding AI-generated scores. ## Servers - Local server: http://localhost:3500 (Local server) - Production server: https://api.echoplain.social (Production server) ## Parameters ### Path parameters - **attempt** (string) UUID of the attempt to grade ## Responses ### 200 Attempt graded successfully ### 400 Default bad request error 400 response #### Body: application/json (object) - **message** (string) Response message - **error** (string) - **statusCode** (number) ### 403 Forbidden - Admin or Lecturer role required ### 404 Attempt not found [Powered by Bump.sh](https://bump.sh)