---
title: "Set or change thumbnail for a YouTube video"
method: POST
path: "/api/v1/misc/youtube/thumbnail"
tags: ["misc"]
---

# Set or change thumbnail for a YouTube video

`POST /api/v1/misc/youtube/thumbnail`

## Request body

- object
  - `teamId` string, required
  - `url` string, required
  - `postId` string, required

## Response `200`

200

- object
  - `items` object[]
    - `default` object
      - `url` string, uri, required
      - `width` integer
      - `height` integer
    - `medium` object
      - `url` string, uri, required
      - `width` integer
      - `height` integer
    - `high` object
      - `url` string, uri, required
      - `width` integer
      - `height` integer
    - `standard` object
      - `url` string, uri, required
      - `width` integer
      - `height` integer
    - `maxres` object
      - `url` string, uri, required
      - `width` integer
      - `height` integer

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

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