---
title: "Generate Video Emotion Analysis Report"
method: POST
path: "/v1/videos/{video_id}/report"
tags: ["Video Emotion API"]
---

# Generate Video Emotion Analysis Report

`POST /v1/videos/{video_id}/report`

Initiates the generation of an analysis report for the specified video.
The user will be notified at the provided callback URL once the process is complete.

## Path parameters

- `video_id` string, required — The unique video ID of the video whose analysis report is to be generated.

## Response `200`

Successful Response

- GenerateCSVResponse — Response after generating a CSV report. Attributes: id (str): ID of the resource associated with the CSV. message (str): Confirmation or status message. status (str): Current status of the CSV generation.
  - `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/350e9cbcb623/schema)
