get_attachment_content
Retrieve or download supplementary files attached to videos, such as PDFs or presentation slides, by specifying the attachment ID. Use to access and extract document content or obtain download links for attached materials.
Instructions
Download or read ATTACHED FILES from videos. USE WHEN: Accessing supplementary materials, downloading PDFs, getting presentation slides, reading attached documents. RETURNS: File content (if text) or download URL. EXAMPLE: 'Download the PDF slides', 'Read the attached notes'. Use after list_attachment_assets to get specific attachment ID.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attachment_asset_id | Yes | Attachment ID from list_attachment_assets (format: '1_xyz789') |