---
title: "Import Document"
method: POST
path: "/api/v1/content/properties/{property_id}/import-document"
tags: ["Content Management"]
---

# Import Document

`POST /api/v1/content/properties/{property_id}/import-document`

Ingest an uploaded document (PDF/Word/text) into structured DRAFT pages.

Reuses the existing extractor pipeline for file->text, then an LLM structures
it into machine-owned DRAFT pages the hotelier reviews and publishes. Nothing
is published here — the human publish step stays the gate.

## Path parameters

- `property_id` string, uuid, required

## Query parameters

- `content_type` 'general' | 'dining'

## Response `200`

Successful Response

- DocumentImportResult — What the import did, surfaced to the hotelier for review.
  - `imported` string[]
  - `skipped_manual_pages` string[]
  - `overwritten_human_edits` string[]
  - `removed_stale_pages` string[]
  - `retained_edited_pages` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/3ad158624c53/schema)
