list_caption_assets
Retrieve all available captions and subtitles for a video, including languages, formats (SRT/VTT), and file IDs. Use to verify accessibility, check supported languages, or prepare for transcription processes.
Instructions
Find all CAPTIONS/SUBTITLES for a video. USE WHEN: Checking if video has captions, finding available languages, preparing for accessibility, getting transcript. RETURNS: List of caption files with languages, formats (SRT/VTT), IDs. EXAMPLE: 'Does video 1_abc123 have captions?', 'List subtitle languages available'. First step before getting caption content.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entry_id | Yes | Video to check for captions (format: '1_abc123') |