upload_video_asset
Upload a local video file to a Meta ad account. Validates the file, uploads via simple upload for files under 1GB, and returns the video ID for use in ad creation. The video enters processing after upload.
Instructions
Upload a local video file to a Meta ad account.
Validates the file, uploads via simple upload (for files < 1GB), and returns the meta_video_id for use in ad creation. The video enters processing after upload - use poll_video_processing to check when it's ready.
Args: account_id: Ad account ID (e.g., 'act_123456789'). video_path: Local filesystem path to the video file (.mp4 or .mov). title: Optional title for the video in Meta. description: Optional description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| video_path | Yes | ||
| title | No | ||
| description | No |