---
title: "Merge Face"
method: PUT
path: "/v1/videos/{video_id}/faces"
tags: ["Video Emotion API"]
---

# Merge Face

`PUT /v1/videos/{video_id}/faces`

Merge multiple face detections into a single face to remove duplicates from a video.

## Path parameters

- `video_id` string, required — The unique video ID of the video.

## Response `200`

Successful Response

- MergeResponse — Response model for merging video/audio content. Attributes: message (str): Status message about the merge result.
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai.md) · [All operations](https://skmtc.net/imentiv/apis/welcome-to-imentiv-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imentiv/welcome-to-imentiv-ai/revisions/350e9cbcb623/schema)
