Upload Ad Image
meta_upload_ad_imageUpload an image from a public URL to an ad account's image library. Returns an image hash for use in 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 |
|---|---|---|---|
| ad_account_id | Yes | ||
| url | Yes | Public image URL | |
| name | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |