zuckerbot_get_ad_asset_status
Check a video's Meta processing status after upload. Poll every 15–30 seconds until ready returns true with a thumbnail URL, then use the video to create ads.
Instructions
Check Meta's processing status for a video uploaded with zuckerbot_upload_ad_asset. Returns ready=true (with a derived thumbnail_url) once the video can be used in zuckerbot_create_ad or a from-spec VIDEO ref. Poll every 15–30 seconds while ready=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| video_id | Yes | Meta video id returned by zuckerbot_upload_ad_asset | |
| business_id | No | Optional business ID override for the authenticated API key |