direct_upload_adimage
Upload an ad image to Yandex Direct from a local file path or raw base64, and get the AdImageHash needed for TextAd campaigns.
Instructions
WRITE: adimages.add from local file path (server FS) or raw base64. Returns AdImageHash for TextAd.AdImageHash. allow_write=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Image name in Direct | |
| dry_run | No | ||
| file_path | No | Absolute path to jpg/png | |
| allow_write | No | Must be true to mutate live cabinet. Without it tools return dry plan only. | |
| image_base64 | No | Raw base64 without data: prefix |