---
title: "Create a new DocumentArchive"
method: POST
path: "/document_archives.json"
tags: ["Document Archives"]
---

# Create a new DocumentArchive

`POST /document_archives.json`

Outlines the parameters and data fields used when creating a new DocumentArchive

## Query parameters

- `fields` string

## Headers

- `X-API-VERSION` string

## Request body

- object
  - `data` object, required
    - `items` object[], required
      - `id` integer, required — The unique identifier for a single Document or Folder associated with the DocumentArchive. Use the keyword `null` to specify no association.
      - `type` integer, required — The type of the item to download

## Response `201`

Created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests

---

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