---
title: "Set Trust Center videos"
method: PUT
path: "/trust-centers/{slugId}/videos"
tags: ["Trust Centers"]
---

# Set Trust Center videos

`PUT /trust-centers/{slugId}/videos`

Configures the videos displayed on a Trust Center. Replaces all
existing videos with the provided list.

## Path parameters

- `slugId` string, required

## Request body

- SetTrustCenterVideosInput
  - `videos` SetTrustCenterVideoItem[], required — The videos to display on the Trust Center. Replaces all existing videos.
    - `url` string, required — Full video URL (e.g. "https://www.youtube.com/watch?v=dQw4w9WgXcQ" or "https://vimeo.com/123456"). Supported platforms: YouTube, Vimeo.
    - `title` string, required — Title of the video.
    - `description` string — Description of the video.

## Response `200`

Ok

- ArrayResponseTrustCenterVideo
  - `results` TrustCenterVideo[], required
    - `url` string, required — Canonical URL for the video.
    - `title` string, required — Title of the video.
    - `description` string, nullable — Description of the video.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/revisions/6c1f7590538b/schema)
