---
title: YouTube Video Analyzer
slug: youtube-video-analyzer
url: https://apyverse.com/apyhub/service/youtube-video-analyzer
provider: ApyHub
categories: [Artificial Intelligence]
tags: [youtube, video-analysis, content-analysis, quote-extraction, media-intelligence]
auth: api_key
---

# YouTube Video Analyzer

Analyze a YouTube video URL and get its theme plus extracted quotes. Useful for summarising content, indexing videos, and surfacing key lines.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `` | What it does Analyzes a YouTube video from the supplied URL and returns a JSON object containing th… | 10 |

## About

## What it does
YouTube Video Analyzer lets you send a YouTube video URL and get back a concise analysis of the video’s theme plus a list of quotes extracted from it.

Use it when you need to summarise a video, pull out notable lines, or build a workflow around video understanding without processing the full transcript yourself. The request body only needs a single field: `url`. The response returns `theme` as a string and `quotes` as an array of strings, so you can route the result into search, moderation, content curation, or editorial tooling.

Because the output is intentionally small, it fits well into systems that need a quick read on a video before deeper processing. For example, you can index creator content by topic, surface memorable moments from interviews, or add a summary layer to a media dashboard.

YouTube Video Analyzer is a good fit when you want lightweight semantic analysis of a video URL rather than a full transcription pipeline.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/apyhub/service/youtube-video-analyzer
