---
title: "Submit Student Copy"
method: POST
path: "/copy-correction/student/acquisition/{session_id}/submit"
tags: ["Copy Correction"]
---

# Submit Student Copy

`POST /copy-correction/student/acquisition/{session_id}/submit`

Finalize a student's copy submission.

Reorders the student's pages to match ``ordered_image_urls`` and locks
the copy so no further uploads or deletions are possible. This action
is irreversible.

## Path parameters

- `session_id` string, required

## Request body

- SubmitCopyBody
  - `ordered_image_urls` string[], required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/ef67479ed898/schema)
