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

# Reprocess Video

`PUT /v1/videos/{video_id}`

Reprocess an already uploaded and completed video file.
This is useful when insights need to be regenerated or logic has been updated on the backend.
Reprocessing can optionally notify your system via a callback URL.

## Path parameters

- `video_id` string, required — Unique identifier of the video to reprocess

## Response `200`

Successful Response

- ReprocessVideoResponse — Response returned after requesting reprocessing of a video. Inherits from: GenerateCSVResponse
  - `id` string, required
  - `message` string, required
  - `status` 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/74ceee4a5c98/schema)
