Upload Ad Image
meta_upload_ad_imageUpload an image from a public URL to an ad account's image library, returning an image hash for ad creatives.
Instructions
Uploads an image to an ad account's image library for use in creatives.
Args:
ad_account_id (string): Ad account ID
url (string): Public URL of the image to upload
name (string, optional): Name for the uploaded image
Returns: Image hash (used when creating ad creatives).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public image URL | |
| name | No | ||
| ad_account_id | Yes | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |