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

# Create Seed Tiptap Document

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

Create a Tiptap document for an authored sandbox seed file.

Validates a ProseMirror document and creates it at ``file_id`` without
overwriting existing content. An existing document returns
``created: false`` with ``already_exists``; other Tiptap failures return
502.

## Request body

- CreateTiptapBody
  - `file_id` string, uuid, required
  - `content` object, required

## Response `200`

Successful Response

- CreateTiptapResponse
  - `created` 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)
