---
title: "Update Multiple Faces"
method: PUT
path: "/v1/videos/{video_id}/frames/faces"
tags: ["Video Emotion API"]
---

# Update Multiple Faces

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

Update Face ID in multiple frames of a video

## Path parameters

- `video_id` string, required — The unique video ID of the video in which face ID to be changed

## Response `200`

Successful Response

- MultiFaceResponse — Response model after updating multiple faces. Attributes: message (str): Operation status or result. updated_frames (List): List of frames with updated faces.
  - `message` string, required
  - `updated_frames` unknown[], required
    - unknown

## 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/4a61d1ac9025/schema)
