get_ad_image
Retrieve the image currently served by a Meta ad using its ad ID, then view or download it for direct visual analysis.
Instructions
Get, download, and visualize the image attached to an existing Meta ad.
Takes a Meta ad ID and returns the image the ad is currently serving. If all you have is an image hash (no ad), use get_image_by_hash instead.
Args: ad_id: Meta Ads ad ID access_token: Meta API access token (optional - will use cached token if not provided)
Returns: The ad image ready for direct visual analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_id | Yes | ||
| access_token | No |