---
title: "Edit Title Or Description By Id"
method: PUT
path: "/v1/videos/{video_id}/metadata"
tags: ["Video Emotion API"]
---

# Edit Title Or Description By Id

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

Edit the title or description of a video based on the provided video ID.

## Path parameters

- `video_id` string, required — Provide the video ID to edit or title and description of the audio

## Response `200`

Successful Response

- VideoEditResponse — Response model after editing a video. Inherits: ImageEditResponse: Includes status and edit metadata.
  - `title` string, nullable
  - `description` string, nullable

## 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)
