---
title: "Extract resources"
method: POST
path: "/resources/extract"
tags: ["Resources"]
---

# Extract resources

`POST /resources/extract`

Extract the contents of a zip archive to a specified directory. Note that this can be a very slow operation.

**Notes:**
- You must have  [modify permission](/docs/account/04-users/00-introduction#managing-user-roles-and-permissions) to do this.

## Headers

- `ev-api-key` string, required
- `ev-access-token` string, required

## Request body

- object
  - `resource` string, required — Resource identifier of zip archive to be extracted.
  - `parentResource` string, required — Resource identifier for folder files should be extracted to.

## Response `201`

Successful Operation

- ResourceCollectionResponse — unresolved $ref

---

[API](https://skmtc.net/prismic/apis/exavault-api.md) · [All operations](https://skmtc.net/prismic/apis/exavault-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prismic/exavault-api/revisions/a1bd874b5960/schema)
