---
title: "Add a video to user's favorite"
method: POST
path: "/dcd/video/favorite"
tags: ["dcd-video"]
---

# Add a video to user's favorite

`POST /dcd/video/favorite`

Add a new video to favorites.

## Request body

- object
  - `id` integer, required — Video ID

## Response `204`

Video added to favorities or was previously added.

## Other responses

- `404` — Error thrown if the video was not found.

---

[API](https://skmtc.net/zumba/apis/zumba-s-api.md) · [All operations](https://skmtc.net/zumba/apis/zumba-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zumba/zumba-s-api/revisions/90e715bcdf3d/schema)
