---
title: "Duplicate Seed Tiptap Document"
method: POST
path: "/api/py/sandbox/seeding/duplicate-tiptap"
---

# Duplicate Seed Tiptap Document

`POST /api/py/sandbox/seeding/duplicate-tiptap`

Copy a source Tiptap document to a cloned sandbox file.

Fetches the source as Yjs and creates the destination at
``cloned_file_id``. A missing source or existing destination returns
``duplicated: false`` with ``source_missing`` or ``already_exists``;
other Tiptap failures return 502.

## Request body

- DuplicateTiptapBody
  - `source_file_id` string, uuid, required
  - `cloned_file_id` string, uuid, required

## Response `200`

Successful Response

- DuplicateTiptapResponse
  - `duplicated` boolean, required
  - `skipped_reason` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
