Upload Ad Video
meta_upload_ad_videoUpload a video file to an ad account's video library for reuse in ad creatives. Requires ad account ID and public video URL.
Instructions
Uploads a video to an ad account's video library for use in creatives.
Args:
ad_account_id (string): Ad account ID
file_url (string): Public URL of video file
title (string, optional): Video title
description (string, optional): Video description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_account_id | Yes | ||
| file_url | Yes | ||
| title | No | ||
| description | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |