> For the complete documentation index, see [llms.txt](https://docs.monolithforensics.com/monolith/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monolithforensics.com/monolith/monolith-api/evidence-api/migrate-evidence.md).

# Migrate Evidence

## Migrate evidence items to a different case

<mark style="color:blue;">`POST`</mark> `/api/v1/evidence/migrate`

Use this API endpoint to migrated chosen evidence items from one case to another.

**Request Body**

| Name                                          | Type   | Description                                                                                                                        |
| --------------------------------------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| `uuid`<mark style="color:red;">\*</mark>      | array  | Array of evidence item UUIDs that are to be migrated. <mark style="color:red;">`REQUIRED`</mark>                                   |
| `case_uuid`<mark style="color:red;">\*</mark> | string | <p>The UUID of the case that the evidence items will be migrated to. <br><mark style="color:red;"><code>REQUIRED</code></mark></p> |
