---
title: "Creates a new cloned document from an existing Template document."
method: POST
path: "/v2/documents/{document_id}/clone"
tags: ["Documents"]
---

# Creates a new cloned document from an existing Template document.

`POST /v2/documents/{document_id}/clone`

Creates a new cloned document from an existing Template document.

## Path parameters

- `document_id` string, required

## Headers

- `authorization` string, required

## Request body

- V2CloneDocumentRequest
  - `scheme` 'generic' | 'entity'

## Response `201`

Created

- CoreapiDocumentResponse
  - `attributes` CoreapiAttributeMapResponse
  - `data` object
  - `header` CoreapiResponseHeader
    - `author` string
    - `created_at` string
    - `document_id` string
    - `fingerprint` string
    - `job_id` string
    - `next_version_id` string
    - `nfts` CoreapiNFT[]
      - `collection_id` integer
      - `item_id` string
    - `previous_version_id` string
    - `read_access` string[]
    - `status` string
    - `version_id` string
    - `write_access` string[]
  - `scheme` 'generic' | 'entity'

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/centrifuge/apis/centrifuge-os-node-api.md) · [All operations](https://skmtc.net/centrifuge/apis/centrifuge-os-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/centrifuge/centrifuge-os-node-api/versions/36808f8744e0/schema)
