---
title: "Get Video Multimodal Insights"
method: GET
path: "/v2/videos/{video_id}/multimodal-analytics"
tags: ["Video Emotion API"]
---

# Get Video Multimodal Insights

`GET /v2/videos/{video_id}/multimodal-analytics`

Get complete multimodal analytics for a video including:
- Video emotion analysis (face-by-face)
- Audio emotion analysis (speaker-by-speaker)
- Text sentiment analysis
- Detected faces and speakers
- Overall summaries

## Path parameters

- `video_id` string, required — The unique ID of the video

## Response `200`

Successful Response

- FullVideoAnalyticsResponse — Complete multimodal analytics response for video content.
  - `title` string
  - `status` string
  - `description` string
  - `created_at` string
  - `media_type` string
  - `video_id` string
  - `audio_id` string
  - `text_id` string
  - `duration` number
  - `total_frames_count` integer
  - `frame_rate` number, nullable
  - `frame_height` number, nullable
  - `frame_width` number, nullable
  - `face_count` integer
  - `speaker_count` integer
  - `media_source_url` string
  - `annotated_video_url` string
  - `youtube_url` string, nullable
  - `detected_faces` object[]
  - `detected_speakers` object[]
  - `emotion_analysis` EmotionAnalysis, required — Hierarchical emotion analysis structure.
    - `overall` OverallEmotions, required — Overall emotions across modalities.
      - `video` object, nullable
      - `audio` object
      - `text` object
    - `faces` object, nullable
    - `speakers` object

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