---
title: "Upload Asset"
method: POST
path: "/api/v1/assets/properties/{property_id}"
tags: ["Assets"]
---

# Upload Asset

`POST /api/v1/assets/properties/{property_id}`

Upload a guest-facing image (or design PDF) to the public asset prefix
and record it. Returns the asset with its stable `public_url` to embed.

## Path parameters

- `property_id` string, uuid, required

## Response `201`

Successful Response

- AssetRead
  - `id` string, uuid, required
  - `property_id` string, uuid, required
  - `kind` 'IMAGE' | 'DESIGN_PDF', required
  - `s3_key` string, required
  - `public_url` string, nullable, required
  - `content_type` string, required
  - `filename` string, required
  - `file_size` integer, nullable, required
  - `alt_text` string, nullable, required
  - `source_url` string, nullable, required
  - `tags` string[], required
  - `content_page_id` string, uuid, nullable, required
  - `display_order` integer, required
  - `in_gallery` boolean, required

## 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)
