About this endpoint
What it does
Analyzes a YouTube video from the supplied URL and returns a JSON object containing the detected theme and a list of quotes extracted from the video.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| url | String | Yes | The YouTube video URL to analyze. |
Response
Returns a JSON object with a theme string field and a quotes string array field.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| theme | String | No | The detected theme of the video. |
| quotes | String Array | No | Quotes extracted from the video. |