---
title: "Upload new photo"
method: POST
path: "/api/v3.3/photos"
tags: ["Photos"]
---

# Upload new photo

`POST /api/v3.3/photos`

Adds a new photo to a single/multi-unit property. Supports both property and hotel photo associations

## Request body

- PhotoAddingApi3Dto
  - `propertyUid` string
  - `hotelUid` string
  - `airbnbRoomId` string
  - `pmpRoomUid` string
  - `url` string, required
  - `description` string, required
  - `displayOrder` integer, required

## Response `200`

OK

---

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