---
title: "Get Valence Arousal"
method: GET
path: "/v1/videos/{video_id}/valence_arousal"
tags: ["Video Emotion API"]
---

# Get Valence Arousal

`GET /v1/videos/{video_id}/valence_arousal`

Get emotion intensities of a video based on video_id

## Path parameters

- `video_id` string, required — The unique video ID of the video whose emotion intensity is to be fetched

## Response `200`

Successful Response

- ValenceArousalIntensity — Model representing emotional intensity values. Attributes: valence (float): Positive or negative emotion scale. arousal (float): Energy or excitement level. intensity (float): Overall emotion strength.
  - `valence` number, required
  - `arousal` number, required
  - `intensity` number, 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/4a61d1ac9025/schema)
