---
title: "Create Virtual Tour URL"
method: POST
path: "/properties-api/property-media/virtual-tour/{propertyId}"
tags: ["Property Media"]
---

# Create Virtual Tour URL

`POST /properties-api/property-media/virtual-tour/{propertyId}`

Insert a virtual tour URL for a specific property

## Path parameters

- `propertyId` string, required

## Request body

- object
  - `url` string, uri, required — The virtual tour URL (HTTPS only). Send empty string to remove the URL.

## Response `200`

Virtual tour URL created successfully

## Other responses

- `201`
- `400` — Invalid URL format
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/guesty/apis/guesty-open-api.md) · [All operations](https://skmtc.net/guesty/apis/guesty-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/guesty/guesty-open-api/versions/7c62644070f2/schema)
