This section documents the videos data returned by the Google AI Mode endpoint. Videos are part of the AI Mode response — no separate API call is needed.Documentation Index
Fetch the complete documentation index at: https://docs.cloro.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.

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 |