Read a public YouTube video by URL or ID through AIAPI Center and return normalized metadata and metrics.
When an agent needs to inspect a YouTube reference, copying the watch page is brittle and hard to normalize. This connector reads a public YouTube video by URL or ID through AIAPI Center and returns stable metadata, channel details, public metrics, duration, and official API source limitations.
| Parameter | Format | Example | Required |
|---|---|---|---|
url | string | https://www.youtube.com/watch?v=abc123def45 | No |
id | string | abc123def45 | No |
| Field | Type | Description |
|---|---|---|
title | string | Video title |
channel | string | Publishing channel title |
url | string | Canonical YouTube watch URL |
views | number | Public view count when returned by YouTube |
items | array | One normalized video row with metrics, duration, source mode, and limitations |
url: "https://www.youtube.com/watch?v=abc123def45"
# YouTube Video - Title: AI Agent Workflows - Channel: Example Channel - URL: https://www.youtube.com/watch?v=abc123def45 - Views: 12,345
The video was found through the official YouTube API and returned as a normalized metadata row suitable for agent workflows.
Last tested: 2026-06-04
| OAuth required | No |
| Managed auth | Included, no API key needed |
| Bring your own key (BYOK) | Not supported in v1 |
| Audit logged | Every request is logged with input, result, cost, and timestamps |
| Training acknowledgment | Not required |
Admins can restrict this connector via blacklist or whitelist in the admin panel.
Read title, channel, duration, metrics, and source caveats before handing the URL to another agent step.
Confirm that a referenced video exists publicly and capture its canonical watch URL.
Yes. Public YouTube watch, Shorts, embed, live, and youtu.be URLs are normalized by AIAPI Center.
No. v1 reads video metadata and public metrics only.
Search public YouTube videos through AIAPI Center and return normalized video evidence rows.
Search the open web through Vernclaw's managed retrieval stack.
Read and summarize a public X or Twitter post.