get_metadata
Extract full metadata for a video/audio URL without downloading: title, duration, uploader, formats, thumbnails, etc. Works on 1000+ sites (YouTube, TikTok, X) and returns a jobId for async polling.
Instructions
Extract full metadata for a video/audio URL (title, description, duration, uploader, formats, thumbnails, view counts) without downloading the media. Works on YouTube, TikTok, X, and 1000+ sites — no yt-dlp to run yourself. Async: poll check_metadata with the returned jobId. For just title/duration/thumbnail, prefer the faster get_basic_metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Media page URL, e.g. https://www.youtube.com/watch?v=... |