Reference
Remy Reference/agent/fetchYoutubeVideo
?

fetchYoutubeVideo

Retrieve metadata for a YouTube video (title, description, stats, channel info).
mindstudio.fetchYoutubeVideo({ videoUrl }) → Result

Retrieve metadata for a YouTube video (title, description, stats, channel info).

Parameters
videoUrl
string
RequiredYouTube video URL to fetch metadata for
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.fetchYoutubeVideo({
  videoUrl: /* ... */
});