get_basic_metadata
Retrieve title, duration, and thumbnail for a video/audio URL. Use it to identify or validate media before importing or transcribing.
Instructions
Fast-path metadata for a video/audio URL: title, duration, and thumbnail only. Cheaper and quicker than get_metadata — use this to identify or validate a media URL before importing or transcribing it. Async: poll check_basic_metadata with the returned jobId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Media page URL, e.g. https://www.youtube.com/watch?v=... |