---
title: "Publish a video on an attraction"
method: POST
path: "/publish/v2/attractions/{id}/videos"
---

# Publish a video on an attraction

`POST /publish/v2/attractions/{id}/videos`

Since 1.0.0

## Path parameters

- `id` string, required

## Headers

- `TMPS-Correlation-Id` string, required

## Request body

- Video — This class defines an entitlement data on the Publish API
  - `source` Source, required — Source
    - `name` string — Source's name
    - `id` string — ID of the entity in the source's system
  - `url` string, required — The url of the video
  - `embedUrl` string — The url of the embeded video
  - `licensingInformation` LicensingInformation, required — This class defines an entitlement data on the Publish API
    - `license` string, required — License name
    - `regionRestriction` RegionRestrictions — This class defines an entitlement data on the Publish API
      - `allowed` string[] — Restrictions based on regions

## Response `200`

successful operation

---

[API](https://skmtc.net/ticketmaster-api/apis/ticketmaster-publish-api.md) · [All operations](https://skmtc.net/ticketmaster-api/apis/ticketmaster-publish-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ticketmaster-api/ticketmaster-publish-api/revisions/109dd23e9174/schema)
