---
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[int]): IDs of the frames whose faces were updated.
  - `message` string, required
  - `updated_frames` integer[], 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)
