Example request
Videos are intent-detected: send a prompt that surfaces video recommendations in the AI response. No flag is required.videos array documented below.
Overview
Inline video cards Google embeds inside an AI Mode answer. In observed traffic these are YouTube watch links, returned with the title, channel, duration, and a public thumbnail. Thelink is the canonical watch URL with timestamp parameters stripped. Videos appear in the order Google AI Mode embeds them in the answer; array index 0 is the first card shown.

Video structure
| Field | Type | Description |
|---|---|---|
title | string | Video title |
link | string | Canonical watch URL (timestamp parameters stripped) |
platform | string | Hosting platform parsed from the card byline (e.g. YouTube) |
channel | string | Channel or uploader name |
duration | string | Visible duration label (mm:ss or hh:mm:ss) |
thumbnail | string | Public thumbnail URL |