meta_ads_videos_thumbnails
Retrieve thumbnails Meta auto-generated for an uploaded video. Select one and use its URI as the video thumbnail image when creating ad creatives.
Instructions
Lists the thumbnails Meta auto-generated for an uploaded video. Returns id, uri, is_preferred, height, and width per thumbnail. Read-only — does not modify the account. Pick one (prefer the entry with is_preferred true) and pass its uri as video_thumbnail_image_url to meta_ads_creatives_create. Thumbnails only exist once processing has finished, so check meta_ads_videos_get first — an empty list usually means the video is still processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | Video ID returned by meta_ads_videos_upload / meta_ads_videos_upload_file. | |
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. |