Details for the YOUTUBE_VIDEO link type
Type Value: YOUTUBE_VIDEO
Status: PRODUCTION
A YOUTUBE_VIDEO
link type corresponds to a YouTube video URL. Beyond the common attributes (title
, description
, image
), YOUTUBE_VIDEO
links include additional metadata like the video’s duration, view counts, and user (channel) information. This helps you display detailed previews that highlight a video’s popularity, relevance, and origin.
When type
is YOUTUBE_VIDEO
, the response includes a youtubeVideo
object with fields like:
By accessing these attributes, you can create rich video previews that show users how popular or recent a video is, who created it, and what they can expect from its content.
For a full technical breakdown of all fields and validation rules, including detailed JSON schemas, please refer to the API Reference.