YouTube video details
Look up metadata for a public YouTube video by id or URL.
← All YouTube endpoints · Capability overview
/v1/youtube/video-detailshttps://api.vee3.io/v1/youtube/video-details
Look up metadata for a public YouTube video by id or URL.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
get_youtube_video_detailsParameters1 field
video_idstringRequiredYouTube video id or URL (for example PuQFESk0BrA, https://youtu.be/PuQFESk0BrA, or https://www.youtube.com/watch?v=PuQFESk0BrA).
max length 2048
Response17 fields
video_idstringCanonical YouTube video id.
titlestringVideo title.
authorstringChannel display name.
number_of_viewsintegerTotal view count.
video_lengthstringVideo duration in seconds as a string.
descriptionstringPlain-text video description.
is_live_contentstringWhether the video is live content (True or False as a string).
published_timestringPublish date (ISO 8601).
channel_idstringUploader channel id.
categorystringPrimary category label.
typestringVideo type (for example NORMAL).
keywordsarrayitems1 fieldVideo keyword tags.
keywordsarrayitemskeywordstringSingle keyword tag.
thumbnailsarrayitems3 fieldsAvailable thumbnail images at different sizes.
thumbnailsarrayitemsheightintegerImage height in pixels.
widthintegerImage width in pixels.
urlstringImage URL.
HTTP errors: unauthorized, validation_error, insufficient_tokens, payment_required, youtube_video_not_found, youtube_not_configured, youtube_upstream_error