---
title: "POST /images"
method: POST
path: "/images"
tags: ["images"]
---

# POST /images

`POST /images`

Create new image

## Request body

- PostImages — Create new image
  - `photo` string, required
  - `title` string, required
  - `imageable_type` string, required
  - `imageable_id` integer, required
  - `remote_photo_url` string
  - `title_de` string
  - `title_en` string
  - `title_es` string
  - `title_fr` string
  - `title_ru` string
  - `title_it` string
  - `title_hu` string
  - `position` integer
  - `is_private` boolean
  - `is_floorplan` boolean
  - `bequest` boolean
  - `disable_watermarking` boolean
  - `is_not_for_exposee` boolean
  - `tags` string[]

## Response `201`

Create new image

- ImageEntity — ImageEntity model
  - `id` string
  - `title` string
  - `url` string
  - `urls` object
  - `is_floorplan` boolean
  - `is_private` boolean
  - `tags` boolean
  - `position` integer
  - `connection_ids` integer[]
  - `updated_at` string

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

[API](https://skmtc.net/propstack/apis/propstack-api-v2-beta.md) · [All operations](https://skmtc.net/propstack/apis/propstack-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/propstack/propstack-api-v2-beta/revisions/ae1e0fe6da1a/schema)
