---
title: "Fetch Highlight Video"
method: GET
path: "/v1/videos/{video_id}/highlights"
tags: ["Video Emotion API"]
---

# Fetch Highlight Video

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

API endpoint for highlight generation of a video.

## Path parameters

- `video_id` string, required — The video id to get the highlight video url

## Response `200`

Successful Response

- HighlightResponse — Model for highlight video response. Attributes: message (str): Status or success message. highlight_url (str): URL to the generated highlight video.
  - `highlight_status` string, nullable
  - `highlight_url` 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/4a61d1ac9025/schema)
